mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 17:52:37 +02:00
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:
parent
b690e48e45
commit
b76da17265
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -66,7 +66,7 @@ setup(name='ihatemoney',
|
||||||
"Flask-RESTful==0.3.7",
|
"Flask-RESTful==0.3.7",
|
||||||
"Flask-Script==2.0.6",
|
"Flask-Script==2.0.6",
|
||||||
"Flask-SQLAlchemy==2.4.0",
|
"Flask-SQLAlchemy==2.4.0",
|
||||||
"Flask-WTF==0.14.2",
|
"Flask-WTF==0.14.3",
|
||||||
"itsdangerous==1.1.0",
|
"itsdangerous==1.1.0",
|
||||||
"Jinja2==2.10.1",
|
"Jinja2==2.10.1",
|
||||||
"six==1.14.0",
|
"six==1.14.0",
|
||||||
|
|
Loading…
Reference in a new issue