Bumping a set of Python libraries to the latest release (#2575)

* Bumping a set of Python libraries to the latest release

* fixing flask-sqlalchemy==2.0
This commit is contained in:
Maxime Beauchemin 2017-04-10 15:37:30 -07:00 committed by GitHub
parent d289783b67
commit 5e4fca4ea4
1 changed files with 8 additions and 8 deletions

View File

@ -44,18 +44,18 @@ setup(
install_requires=[
'boto3==1.4.4',
'celery==3.1.23',
'cryptography==1.7.2',
'cryptography==1.8.1',
'flask-appbuilder==1.8.1',
'flask-cache==0.13.1',
'flask-migrate==1.5.1',
'flask-migrate==2.0.3',
'flask-script==2.0.5',
'flask-sqlalchemy==2.0',
'flask-testing==0.6.1',
'flask-testing==0.6.2',
'future>=0.16.0, <0.17',
'humanize==0.5.1',
'gunicorn==19.6.0',
'gunicorn==19.7.1',
'markdown==2.6.8',
'pandas==0.18.1',
'pandas==0.19.2',
'parsedatetime==2.0.0',
'pydruid==0.3.1',
'PyHive>=0.2.1',
@ -63,9 +63,9 @@ setup(
'requests==2.13.0',
'simplejson==3.10.0',
'six==1.10.0',
'sqlalchemy==1.1.5',
'sqlalchemy-utils==0.32.12',
'sqlparse==0.1.19',
'sqlalchemy==1.1.9',
'sqlalchemy-utils==0.32.14',
'sqlparse==0.2.3',
'thrift>=0.9.3',
'thrift-sasl>=0.2.1',
],