diff --git a/setup.py b/setup.py index fce3d72..22cbeaf 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires = [ 'paste', 'zope.interface', 'repoze.who', - 'pycrypto >= 2.2', # 'Crypto' + 'pycrypto >= 2.5', # 'Crypto' 'pytz', 'pyOpenSSL', 'python-dateutil',