Upgrade dependency cryptography to ==1.6 (#521)
This commit is contained in:
parent
06a3f3ea0d
commit
0158807847
2
setup.py
2
setup.py
|
@ -51,7 +51,7 @@ install_requires = [
|
||||||
'marshmallow-sqlalchemy==0.12.0',
|
'marshmallow-sqlalchemy==0.12.0',
|
||||||
'marshmallow==2.4.0',
|
'marshmallow==2.4.0',
|
||||||
'pycrypto==2.6.1',
|
'pycrypto==2.6.1',
|
||||||
'cryptography==1.5',
|
'cryptography==1.6',
|
||||||
'pyopenssl==16.1.0',
|
'pyopenssl==16.1.0',
|
||||||
'pyjwt==1.4.2',
|
'pyjwt==1.4.2',
|
||||||
'xmltodict==0.10.2',
|
'xmltodict==0.10.2',
|
||||||
|
|
Loading…
Reference in New Issue