mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-22 19:47:56 +08:00
always install urwid
This commit is contained in:
2
setup.py
2
setup.py
@@ -63,6 +63,7 @@ setup(
|
||||
"Pillow>=3.0.0",
|
||||
"watchdog>=0.8.3",
|
||||
"click>=6.2",
|
||||
"urwid>=1.3.1",
|
||||
],
|
||||
extras_require={
|
||||
':sys_platform == "win32"': [
|
||||
@@ -70,7 +71,6 @@ setup(
|
||||
"lxml==3.4.4", # there are no Windows wheels for newer versions, so we pin this.
|
||||
],
|
||||
':sys_platform != "win32"': [
|
||||
"urwid>=1.3.1",
|
||||
"lxml>=3.5.0",
|
||||
],
|
||||
# Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380
|
||||
|
||||
Reference in New Issue
Block a user