Skip to content

Commit

Permalink
Bumping up some of the python lib deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 17, 2017
1 parent 172b6ce commit 579e582
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,30 @@ def get_git_sha():
install_requires=[
'boto3==1.4.4',
'celery==3.1.23',
'cryptography==1.5.3',
'cryptography==1.7.2',
'flask-appbuilder==1.8.1',
'flask-cache==0.13.1',
'flask-migrate==1.5.1',
'flask-script==2.0.5',
'flask-testing==0.5.0',
'flask-sqlalchemy==2.0',
'flask-sqlalchemy==2.1',
'flask-testing==0.6.1',
'humanize==0.5.1',
'gunicorn==19.6.0',
'markdown==2.6.6',
'markdown==2.6.8',
'pandas==0.18.1',
'parsedatetime==2.0.0',
'pydruid==0.3.1',
'PyHive>=0.2.1',
'python-dateutil==2.5.3',
'requests==2.10.0',
'simplejson==3.8.2',
'python-dateutil==2.6.0',
'requests==2.13.0',
'simplejson==3.10.0',
'six==1.10.0',
'sqlalchemy==1.0.13',
'sqlalchemy-utils==0.32.7',
'sqlalchemy==1.1.5',
'sqlalchemy-utils==0.32.12',
'sqlparse==0.1.19',
'thrift>=0.9.3',
'thrift-sasl>=0.2.1',
'werkzeug==0.11.10',
'werkzeug==0.11.15',
],
extras_require={
'cors': ['Flask-Cors>=2.0.0'],
Expand Down

0 comments on commit 579e582

Please sign in to comment.