Cryptography is weird until they do a release
This commit is contained in:
parent
c4b53b22da
commit
327a00bec6
2
setup.py
2
setup.py
|
@ -39,7 +39,7 @@ install_requires = [
|
||||||
'six==1.9.0',
|
'six==1.9.0',
|
||||||
'gunicorn==19.3.0',
|
'gunicorn==19.3.0',
|
||||||
'pycrypto==2.6.1',
|
'pycrypto==2.6.1',
|
||||||
'cryptography==1.0dev',
|
'cryptography>=1.0dev',
|
||||||
'pyopenssl==0.15.1',
|
'pyopenssl==0.15.1',
|
||||||
'pyjwt==1.0.1',
|
'pyjwt==1.0.1',
|
||||||
'xmltodict==0.9.2'
|
'xmltodict==0.9.2'
|
||||||
|
|
Loading…
Reference in New Issue