mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Limit version of flask-wtf to avoid an upstream bug
This commit is contained in:
parent
21408f8bc9
commit
d393c39d42
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ install_requires =
|
||||||
Flask-RESTful>=0.3.9,<1
|
Flask-RESTful>=0.3.9,<1
|
||||||
Flask-SQLAlchemy>=2.4,<3
|
Flask-SQLAlchemy>=2.4,<3
|
||||||
Flask-Talisman>=0.8,<2
|
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
|
WTForms>=2.3.1,<3.1
|
||||||
Flask>=2,<2.3
|
Flask>=2,<2.3
|
||||||
Werkzeug>=2,<2.3
|
Werkzeug>=2,<2.3
|
||||||
|
|
Loading…
Reference in a new issue