Pinning cryptography lib to 1.7.2

This commit is contained in:
Maxime Beauchemin 2017-04-26 10:32:10 -07:00
parent 70887d72e2
commit 68802989bc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ setup(
install_requires=[
'boto3==1.4.4',
'celery==3.1.23',
'cryptography==1.8.1',
'cryptography==1.7.2',
'flask-appbuilder==1.8.1',
'flask-cache==0.13.1',
'flask-migrate==2.0.3',