Merge pull request #210 from LotharSee/fix-pycrypto-version

Require pycrypto 2.5+
This commit is contained in:
Roland Hedberg
2015-04-23 10:25:16 -07:00

View File

@@ -27,7 +27,7 @@ install_requires = [
'paste',
'zope.interface',
'repoze.who',
'pycrypto >= 2.2', # 'Crypto'
'pycrypto >= 2.5', # 'Crypto'
'pytz',
'pyOpenSSL',
'python-dateutil',