Skip to content

Commit

Permalink
Upgrade requirements
Browse files Browse the repository at this point in the history
Also migrates away from the legacy `FLASK_ENV=development` to `FLASK_DEBUG=1`, deprecated in Flask 2.2.
  • Loading branch information
spotlightishere committed Aug 6, 2022
1 parent 31e5172 commit cadc5ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .flaskenv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FLASK_ENV=development
FLASK_DEBUG=1
FLASK_APP=food.py
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Flask>=2.0
flask-login>=0.5
flask-wtf>=1.0
lxml>=4.8
pillow>=9
Flask>=2.2.1
flask-login>=0.6.2
flask-wtf>=1.0.1
lxml>=4.9.1
pillow>=9.2
flask_sqlalchemy>=2.5
flask-migrate>=3.1
psycopg2>=2.9
sentry-sdk[flask]>=1.5
sentry-sdk[flask]>=1.9

0 comments on commit cadc5ca

Please sign in to comment.