aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2019-12-31 11:03:53 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2019-12-31 11:03:54 +0100
commit842ecbf82cb2e053fb411687c805d0eb41b34b4e (patch)
treef8e6c98007247882b2844a4ac0bf18c05e9ceb6f /setup.py
parent406f8acc9709e51822cd19f537406a688ee37920 (diff)
downloadmitmproxy-842ecbf82cb2e053fb411687c805d0eb41b34b4e.tar.gz
mitmproxy-842ecbf82cb2e053fb411687c805d0eb41b34b4e.tar.bz2
mitmproxy-842ecbf82cb2e053fb411687c805d0eb41b34b4e.zip
bump urwid
fixes #3765
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7f5f24eb..690a433a 100644
--- a/setup.py
+++ b/setup.py
@@ -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",