mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 23:38:46 +00: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:
commit
fa72b2cd10
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'],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user