Skip to content

Commit

Permalink
Bumping a set of Python libraries to the latest release (#2575)
Browse files Browse the repository at this point in the history
* Bumping a set of Python libraries to the latest release

* fixing flask-sqlalchemy==2.0
  • Loading branch information
mistercrunch authored Apr 10, 2017
1 parent d289783 commit 5e4fca4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,28 @@ def get_git_sha():
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',
'python-dateutil==2.6.0',
'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',
],
Expand Down

0 comments on commit 5e4fca4

Please sign in to comment.