Skip to content

Commit

Permalink
bump minimum required urwid version, fix mitmproxy#2815
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils authored Jan 26, 2018
1 parent 4b93e16 commit bfac5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ruamel.yaml>=0.13.2, <0.16",
"sortedcontainers>=1.5.4, <1.6",
"tornado>=4.3, <4.6",
"urwid>=1.3.1, <2.1",
"urwid>=2.0, <2.1",
"wsproto>=0.11.0,<0.12.0",
],
extras_require={
Expand Down

0 comments on commit bfac5f9

Please sign in to comment.