Merge pull request #170 from erickt/pycrypto

pysaml2 needs at least pycrypto 2.2 for Crypto.RSA.importKey
This commit is contained in:
Roland Hedberg
2014-11-14 08:41:32 +01:00

View File

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