Skip to content

Commit

Permalink
Reverting to old deps notation as server is on 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 20, 2015
1 parent 2ddebc1 commit 1ffb9a0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 37 deletions.
37 changes: 16 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
alembic~=0.7
coverage
coveralls
flask==0.10.1
flask-appbuilder~=1.4.5
flask-login===0.2.11
flask-migrate~=1.5.1
flask-script~=2.0.5
flask-testing~=0.4.2
gunicorn~=19.3.0
markdown~=2.6.2
mysql-python
nose
numpy~=1.10
pandas==0.16.2
parsedatetime~=1.5
pydruid~=0.2.2
pyhive
python-dateutil~=2.4.2
requests~=2.7.0
sqlparse~=0.1.16
alembic>=0.7.7, <0.8.0
flask>=0.10.1, <1.0.0
flask-appbuilder>=1.4.5, <2.0.0
flask-login==0.2.11
flask-migrate>=1.5.1, <2.0.0
flask-script>=2.0.5, <3.0.0
flask-testing>=0.4.2, <0.5.0
gunicorn>=19.3.0, <20.0.0
markdown>=2.6.2, <3.0.0
numpy>=1.10, <2
pandas==0.16.2, <0.17
parsedatetime>=1.5, <2.0.0
pydruid>=0.2.2, <0.3
python-dateutil>=2.4.2, <3.0.0
requests>=2.7.0, <3.0.0
sqlparse>=0.1.16, <0.2.0
32 changes: 16 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
zip_safe=False,
scripts=['panoramix/bin/panoramix'],
install_requires=[
'alembic~=0.7',
'flask==0.10.1',
'flask-appbuilder~=1.4.5',
'flask-login===0.2.11',
'flask-migrate~=1.5.1',
'flask-script~=2.0.5',
'flask-testing~=0.4.2',
'gunicorn~=19.3.0',
'markdown~=2.6.2',
'numpy~=1.10',
'pandas==0.16.2',
'parsedatetime~=1.5',
'pydruid~=0.2.2',
'python-dateutil~=2.4.2',
'requests~=2.7.0',
'sqlparse~=0.1.16',
'alembic>=0.7.7, <0.8.0',
'flask>=0.10.1, <1.0.0',
'flask-appbuilder>=1.4.5, <2.0.0',
'flask-login==0.2.11',
'flask-migrate>=1.5.1, <2.0.0',
'flask-script>=2.0.5, <3.0.0',
'flask-testing>=0.4.2, <0.5.0',
'gunicorn>=19.3.0, <20.0.0',
'markdown>=2.6.2, <3.0.0',
'numpy>=1.10, <2',
'pandas==0.16.2, <0.17',
'parsedatetime>=1.5, <2.0.0',
'pydruid>=0.2.2, <0.3',
'python-dateutil>=2.4.2, <3.0.0',
'requests>=2.7.0, <3.0.0',
'sqlparse>=0.1.16, <0.2.0',
],
author='Maxime Beauchemin',
author_email='[email protected]',
Expand Down

0 comments on commit 1ffb9a0

Please sign in to comment.