Skip to content

Commit

Permalink
Update dependencies; notably flask 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartadam committed May 12, 2018
1 parent 5344e97 commit 7eaf070
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
command: python -m flask run --host 0.0.0.0 --port 5000
environment:
- FLASK_APP=serve.py
- FLASK_DEBUG=True
- FLASK_ENV=development
ports:
- "5000:5000"
volumes:
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
Faker==0.8.6
Faker==0.8.13
Flask-Assets==0.12
Flask-Babel==0.11.2
Flask-Bcrypt==0.7.1
Flask-Limiter==1.0.1
Flask-Login==0.4.0
Flask-Login==0.4.1
Flask-Mail==0.9.1
Flask-Migrate==2.1.1
Flask-RQ2==16.0.2
Flask-RQ2==18.0
Flask-SQLAlchemy==2.3.2
Flask-Script==2.0.6
Flask-Travis==0.0.2
Flask-WTF==0.14.2
Flask==0.12.2
Jinja2==2.9.6
Flask==1.0.2
Jinja2==2.10
MarkupSafe==1.0
SQLAlchemy==1.1.15
SQLAlchemy==1.2.7
WTForms==2.1
Werkzeug==0.12.2
arrow==0.10.0
Werkzeug==0.14.1
arrow==0.12.1
blinker==1.4
cssmin==0.2.0
gunicorn==19.7.1
gunicorn==19.8.1
itsdangerous==0.24
jsmin==2.2.2
psycopg2==2.7.3.2
pytest==3.2.3
python-dateutil==2.6.1
psycopg2==2.7.4
pytest==3.5.1
python-dateutil==2.7.3
redis==2.10.6
requests==2.18.4

0 comments on commit 7eaf070

Please sign in to comment.