mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
Note dependency on PyASN1 > 0.1.2 in setup.py
This commit is contained in:
parent
8c96264304
commit
e5c076ab4e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -92,5 +92,5 @@ setup(
|
|||
"Topic :: Internet :: Proxy Servers",
|
||||
"Topic :: Software Development :: Testing"
|
||||
],
|
||||
install_requires=['urwid>=1.0', 'pyasn1', 'pyopenssl>=0.12', "PIL", "lxml"],
|
||||
install_requires=['urwid>=1.0', 'pyasn1>0.1.2', 'pyopenssl>=0.12', "PIL", "lxml"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue