Cryptography is weird until they do a release

This commit is contained in:
kevgliss 2015-07-29 22:01:30 -07:00
parent c4b53b22da
commit 327a00bec6
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.0dev',
'cryptography>=1.0dev',
'pyopenssl==0.15.1',
'pyjwt==1.0.1',
'xmltodict==0.9.2'