Skip to content

Commit

Permalink
Cranking up version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 20, 2016
1 parent 9450c12 commit e17d78e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,23 @@
zip_safe=False,
scripts=['dashed/bin/dashed'],
install_requires=[
'alembic>=0.8.2, <0.9.0',
'alembic>=0.8.5, <0.9.0',
'cryptography>=1.1.1, <2.0.0',
'flask-appbuilder>=1.6.0, <2.0.0',
'flask-migrate>=1.5.1, <2.0.0',
'flask-script>=2.0.5, <3.0.0',
'flask-sqlalchemy==2.0',
'flask-testing>=0.4.2, <0.5.0',
'flask>=0.10.1, <1.0.0',
'gunicorn>=19.3.0, <20.0.0',
'markdown>=2.6.2, <3.0.0',
'numpy>=1.9, <2',
'pandas==0.16.2, <0.17',
'pandas==0.18.0, <0.19.0',
'parsedatetime==2.0.0',
'pydruid>=0.2.2, <0.3',
'python-dateutil>=2.4.2, <3.0.0',
'requests>=2.7.0, <3.0.0',
'sqlalchemy-utils>=0.31.3, <0.32.0',
'sqlalchemy>=1.0.8, <2.0.0',
'sqlalchemy>=1.0.12, <2.0.0',
'sqlparse>=0.1.16, <0.2.0',
'werkzeug>=0.11.2, <0.12.0',
],
Expand Down

0 comments on commit e17d78e

Please sign in to comment.