mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Depend on netlib 0.2.1
This commit is contained in:
parent
2f7188164c
commit
b1cbea8cb7
5
setup.py
5
setup.py
@ -89,8 +89,5 @@ setup(
|
||||
"Topic :: Software Development :: Testing :: Traffic Generation",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
],
|
||||
install_requires=['netlib', "requests>=0.13"],
|
||||
dependency_links=[
|
||||
'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1'
|
||||
],
|
||||
install_requires=['netlib>=0.2.1', "requests>=0.13"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user