Upgrade dependency cryptography to ==1.6 (#521)

This commit is contained in:
Doppins 2016-11-22 00:38:42 -05:00 committed by kevgliss
parent 06a3f3ea0d
commit 0158807847
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ install_requires = [
'marshmallow-sqlalchemy==0.12.0',
'marshmallow==2.4.0',
'pycrypto==2.6.1',
'cryptography==1.5',
'cryptography==1.6',
'pyopenssl==16.1.0',
'pyjwt==1.4.2',
'xmltodict==0.10.2',