parent
cfb5ba89ce
commit
5b48bce585
2
setup.py
2
setup.py
|
@ -92,5 +92,5 @@ setup(
|
|||
"Topic :: Internet :: Proxy Servers",
|
||||
"Topic :: Software Development :: Testing"
|
||||
],
|
||||
install_requires=["netlib>="%version.VERSION, "urwid>=1.1", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
|
||||
install_requires=["netlib>=%s"%version.VERSION, "urwid>=1.1", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue