Skip to content

Commit

Permalink
Limit version of flask-wtf to avoid an upstream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jonglez authored and zorun committed Oct 1, 2023
1 parent 21408f8 commit d393c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
Flask-RESTful>=0.3.9,<1
Flask-SQLAlchemy>=2.4,<3
Flask-Talisman>=0.8,<2
Flask-WTF>=0.14.3,<2
Flask-WTF>=0.14.3,<1.2 # Version 1.2.0 has a bug, see https://github.com/wtforms/flask-wtf/pull/578
WTForms>=2.3.1,<3.1
Flask>=2,<2.3
Werkzeug>=2,<2.3
Expand Down

0 comments on commit d393c39

Please sign in to comment.