Bump cryptography dependency to 1.5.3 (#1569)

As the 1.5 release branch builds with OpenSSL 1.1.x
This commit is contained in:
Riccardo Magliocchetti
2016-11-09 17:41:57 +01:00
committed by Maxime Beauchemin
parent 51c0470f0b
commit bad7676414

View File

@@ -21,7 +21,7 @@ setup(
scripts=['caravel/bin/caravel'],
install_requires=[
'celery==3.1.23',
'cryptography==1.4',
'cryptography==1.5.3',
'flask-appbuilder==1.8.1',
'flask-cache==0.13.1',
'flask-migrate==1.5.1',