From b175bc84e3ce45344a7d5499e6f588c3cba86a5c Mon Sep 17 00:00:00 2001 From: Vincent Haupert Date: Thu, 30 Jul 2020 00:02:16 +0200 Subject: [PATCH] Require at least urwid 2.1.1 refs https://github.com/mitmproxy/mitmproxy/issues/3936 refs https://github.com/urwid/urwid/issues/419 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0413c4be0..8b65a5029 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.1.0,<2.2", + "urwid>=2.1.1,<2.2", "wsproto>=0.14,<0.16", "publicsuffix2>=2.20190812,<3", "zstandard>=0.11,<0.14",