Bumping some dependencies (#2945)

Most notably Flask AppBuilder to 1.9.0
This commit is contained in:
Maxime Beauchemin
2017-06-12 13:21:14 -07:00
committed by GitHub
parent 17bd7512ff
commit 1eff48facb
4 changed files with 22 additions and 18 deletions

View File

@@ -45,11 +45,11 @@ setup(
'boto3==1.4.4',
'celery==3.1.23',
'cryptography==1.7.2',
'flask-appbuilder==1.8.1',
'flask-appbuilder==1.9.0',
'flask-cache==0.13.1',
'flask-migrate==2.0.3',
'flask-script==2.0.5',
'flask-sqlalchemy==2.0',
'flask-sqlalchemy==2.1',
'flask-testing==0.6.2',
'flask-wtf==0.14.2',
'future>=0.16.0, <0.17',
@@ -61,7 +61,7 @@ setup(
'pydruid==0.3.1',
'PyHive>=0.3.0',
'python-dateutil==2.6.0',
'requests==2.13.0',
'requests==2.17.3',
'simplejson==3.10.0',
'six==1.10.0',
'sqlalchemy==1.1.9',