Skip to content

Commit

Permalink
Pinning flask version
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 20, 2015
1 parent 8b67fa1 commit 2ddebc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
alembic~=0.7
coverage
coveralls
flask~=0.10.1
flask==0.10.1
flask-appbuilder~=1.4.5
flask-login===0.2.11
flask-migrate~=1.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
scripts=['panoramix/bin/panoramix'],
install_requires=[
'alembic~=0.7',
'flask~=0.10.1',
'flask==0.10.1',
'flask-appbuilder~=1.4.5',
'flask-login===0.2.11',
'flask-migrate~=1.5.1',
Expand Down

0 comments on commit 2ddebc1

Please sign in to comment.