Skip to content

Commit

Permalink
Bump python dependencies (apache#4341)
Browse files Browse the repository at this point in the history
* Bump python dependencies

* Fix conflict
  • Loading branch information
mistercrunch committed Feb 7, 2018
1 parent 7ff9486 commit 8e38f0d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions setup.py
Expand Up @@ -49,34 +49,34 @@ def get_git_sha():
'colorama==0.3.9',
'cryptography==1.9',
'flask==0.12.2',
'flask-appbuilder==1.9.5',
'flask-appbuilder==1.9.6',
'flask-cache==0.13.1',
'flask-migrate==2.0.3',
'flask-script==2.0.5',
'flask-migrate==2.1.1',
'flask-script==2.0.6',
'flask-sqlalchemy==2.1',
'flask-testing==0.6.2',
'flask-testing==0.7.1',
'flask-wtf==0.14.2',
'flower==0.9.2',
'future>=0.16.0, <0.17',
'python-geohash==0.8.5',
'humanize==0.5.1',
'gunicorn==19.7.1',
'idna==2.5',
'markdown==2.6.8',
'pandas==0.20.3',
'idna==2.6',
'markdown==2.6.11',
'pandas==0.22.0',
'parsedatetime==2.0.0',
'pathlib2==2.3.0',
'polyline==1.3.2',
'pydruid==0.4.0',
'PyHive>=0.4.0',
'python-dateutil==2.6.0',
'python-dateutil==2.6.1',
'pyyaml>=3.11',
'requests==2.17.3',
'simplejson==3.10.0',
'requests==2.18.4',
'simplejson==3.13.2',
'six==1.11.0',
'sqlalchemy==1.2.2',
'sqlalchemy-utils==0.32.21',
'sqlparse==0.2.3',
'sqlparse==0.2.4',
'thrift>=0.9.3',
'thrift-sasl>=0.2.1',
'unidecode>=0.04.21',
Expand Down

0 comments on commit 8e38f0d

Please sign in to comment.