Upgrade dependency cryptography to ==1.9 (#821)

This commit is contained in:
Doppins 2017-05-30 12:03:47 -04:00 committed by kevgliss
parent 07969f7e10
commit 3e3f7af796
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ install_requires = [
'marshmallow-sqlalchemy==0.13.1',
'gunicorn==19.7.1',
'marshmallow==2.13.5',
'cryptography==1.7',
'cryptography==1.9',
'xmltodict==0.11.0',
'pyjwt==1.5.0',
'lockfile==0.12.2',