From 75ce5772ea54c6b32226589f8154c32f2f2d702c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 23 Nov 2012 15:45:19 +1300 Subject: [PATCH] We now require Urwid 1.1 or newer. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3c871d63..6fb25c017 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ setup( "Topic :: Internet :: Proxy Servers", "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=[ 'https://github.com/cortesi/netlib/tarball/master#egg=netlib-0.1' ],