Skip to content

Commit

Permalink
Set Flask packages to >= $version in requirements.txt
Browse files Browse the repository at this point in the history
Causing docs build to fail on readthedocs.org
  • Loading branch information
Alex Forbes committed Jan 5, 2016
1 parent b1612aa commit 81843ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
gunicorn
arrow==0.7.0
Flask==0.10.1
Flask-SQLAlchemy==2.0
Flask-Migrate==1.5.1
Flask-HTTPAuth==2.2.0
Flask>=0.10.1
Flask-SQLAlchemy>=2.0
Flask-Migrate>=1.5.1
Flask-HTTPAuth>=2.2.0
SQLAlchemy==1.0.8
sqlalchemy-utils==0.31.0
Jinja2==2.7.1
Expand Down

0 comments on commit 81843ec

Please sign in to comment.