mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
Add dependency reference for netlib.
This commit is contained in:
parent
47651b1ff2
commit
8cd140ef33
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -93,4 +93,7 @@ setup(
|
|||
"Topic :: Software Development :: Testing"
|
||||
],
|
||||
install_requires=["netlib", "urwid>=1.0", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
|
||||
dependency_links=[
|
||||
'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1'
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue