Upgrade dependency cryptography to ==1.7 (#583)

This commit is contained in:
Doppins 2016-12-12 13:42:45 -05:00 committed by kevgliss
parent 1c3ac21291
commit 9581278481
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ install_requires = [
'gunicorn==19.6.0',
'marshmallow-sqlalchemy==0.12.0',
'marshmallow==2.10.4',
'cryptography==1.6',
'cryptography==1.7',
'pyjwt==1.4.2',
'xmltodict==0.10.2',
'lockfile==0.12.2',