Compare commits

...

1 Commits

Author SHA1 Message Date
Aldo Cortesi
b8cb769693 Tweak and version bump to fix pip installation issues due to new Urwid. 2012-11-17 13:50:15 +13:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
IVERSION = (0, 8)
IVERSION = (0, 8, 1)
VERSION = ".".join(str(i) for i in IVERSION)

View File

@@ -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.1', 'pyasn1', 'pyopenssl>=0.12', "PIL", "lxml"],
)