Skip to content

Commit

Permalink
Restrict Flask version so that Flask 2.* is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Feb 21, 2022
1 parent 367f222 commit ac181c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask>=1.1.2
Flask>=1.1.2,<2
Jinja2>=2.11.2
werkzeug>=1.0.1
Flask-DebugToolbar>=0.11.0
Expand Down

0 comments on commit ac181c8

Please sign in to comment.