Skip to content

Commit

Permalink
Restrict Flask to 2.0.0 in testing
Browse files Browse the repository at this point in the history
AssertionError: The setup method 'register_blueprint' can no longer be
called on the application.

pallets/flask#4786
  • Loading branch information
cjmayo committed Jan 24, 2023
1 parent f826efe commit 32afd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8
Flask>=0.7
Flask<=2.0.0
Flask-SQLAlchemy>=0.15
peewee
wtf-peewee
Expand Down

0 comments on commit 32afd2b

Please sign in to comment.