diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2019-12-31 11:54:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-31 11:54:26 +0100 |
commit | 7b638f1b6b543ec5e23170217a42ca0e5c421992 (patch) | |
tree | f8e6c98007247882b2844a4ac0bf18c05e9ceb6f | |
parent | 406f8acc9709e51822cd19f537406a688ee37920 (diff) | |
parent | 842ecbf82cb2e053fb411687c805d0eb41b34b4e (diff) | |
download | mitmproxy-7b638f1b6b543ec5e23170217a42ca0e5c421992.tar.gz mitmproxy-7b638f1b6b543ec5e23170217a42ca0e5c421992.tar.bz2 mitmproxy-7b638f1b6b543ec5e23170217a42ca0e5c421992.zip |
Merge pull request #3766 from Kriechi/bump-urwid
bump urwid
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ setup( "ruamel.yaml>=0.16,<0.17", "sortedcontainers>=2.1.0,<2.2", "tornado>=4.3,<7", - "urwid>=2.0.1,<2.1", + "urwid>=2.1.0,<2.2", "wsproto>=0.14.0,<0.15.0", "publicsuffix2>=2.20190812,<3", "zstandard>=0.11.0,<0.13.0", |