pysaml2 needs at least pycrypto 2.2 for Crypto.RSA.importKey

This commit is contained in:
Erick Tryzelaar
2014-11-13 11:49:02 -08:00
parent e2a07fa39c
commit 07609101ef

View File

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