Skip to content

Commit

Permalink
We now need at least Flask-WTF 0.15 (apache#24621)
Browse files Browse the repository at this point in the history
We upgraded flask and werkzeug in apache#24399, and updated the constraints,
but not everyone uses them (such as me in my local virtual environment
when developing) so the min version in setup.cfg has to match as well
  • Loading branch information
ashb authored Jun 23, 2022
1 parent b8a4ac5 commit 030169d
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 @@ -111,7 +111,7 @@ install_requires =
flask-caching>=1.5.0
flask-login>=0.5
flask-session>=0.4.0
flask-wtf>=0.14.3
flask-wtf>=0.15
graphviz>=0.12
gunicorn>=20.1.0
httpx
Expand Down

0 comments on commit 030169d

Please sign in to comment.