mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
don't forget, it's >= not >
This commit is contained in:
parent
89e1fbf0ca
commit
b6067b8707
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ install_requires =
|
|||
Flask-RESTful~=0.3
|
||||
Flask-Script~=2.0
|
||||
Flask-SQLAlchemy~=2.4
|
||||
Flask-WTF~=0.14,>0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f
|
||||
Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f
|
||||
WTForms~=2.2.1,<2.3 # See #567
|
||||
Flask~=1.1
|
||||
itsdangerous~=1.1
|
||||
|
|
Loading…
Reference in a new issue