Update Flask-WTF to 0.14.3 to fix python2 - python3 transition

When updating I Hate Money from python2 to python3, any leftover cookie
set from python2 causes the python3 version to crash when reading the
cookie back.

This is a bug/omission in Flask-WTF: https://github.com/lepture/flask-wtf/issues/275

It was fixed in 0.14.3 with: eff54eca0d
This commit is contained in:
Baptiste Jonglez 2020-05-21 23:10:28 +02:00 committed by zorun
parent b690e48e45
commit b76da17265

View file

@ -66,7 +66,7 @@ setup(name='ihatemoney',
"Flask-RESTful==0.3.7",
"Flask-Script==2.0.6",
"Flask-SQLAlchemy==2.4.0",
"Flask-WTF==0.14.2",
"Flask-WTF==0.14.3",
"itsdangerous==1.1.0",
"Jinja2==2.10.1",
"six==1.14.0",