moving to hotfix version of cryptography

This commit is contained in:
kevgliss 2015-09-11 08:19:35 -07:00
parent 541d5420bb
commit bf957d2509
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ install_requires = [
'six==1.9.0',
'gunicorn==19.3.0',
'pycrypto==2.6.1',
'cryptography==1.0',
'cryptography==1.0.1',
'pyopenssl==0.15.1',
'pyjwt==1.0.1',
'xmltodict==0.9.2',