mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
bump minimum required urwid version, fix #2815
This commit is contained in:
parent
4b93e16e78
commit
bfac5f968e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -80,7 +80,7 @@ setup(
|
|||
"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={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue