We now require Urwid 1.1 or newer.
This commit is contained in:
parent
626fc39804
commit
75ce5772ea
2
setup.py
2
setup.py
|
@ -92,7 +92,7 @@ setup(
|
||||||
"Topic :: Internet :: Proxy Servers",
|
"Topic :: Internet :: Proxy Servers",
|
||||||
"Topic :: Software Development :: Testing"
|
"Topic :: Software Development :: Testing"
|
||||||
],
|
],
|
||||||
install_requires=["netlib", "urwid>=1.0", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
|
install_requires=["netlib", "urwid>=1.1", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1'
|
'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue