mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-30 05:05:02 +08:00
Merge pull request #22 from rory/urwid-dep
added install dependency for urwid so that it'll be automatically installed when you use pip
This commit is contained in:
3
setup.py
3
setup.py
@@ -90,5 +90,6 @@ setup(
|
|||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
"Topic :: Internet :: Proxy Servers",
|
"Topic :: Internet :: Proxy Servers",
|
||||||
"Topic :: Software Development :: Testing"
|
"Topic :: Software Development :: Testing"
|
||||||
]
|
],
|
||||||
|
install_requires=['urwid'],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user