Update flask-wtf to 0.14

Important changes include the new way to disable CSRF for a given form, 0.13
does not support it.
This commit is contained in:
Jocelyn Delalande 2017-03-29 14:38:16 +02:00
parent c7f4547d5d
commit 5a7ae4f5d2

View file

@ -1,5 +1,5 @@
flask>=0.11
flask-wtf>=0.13
flask-wtf>=0.14
flask-sqlalchemy
flask-mail>=0.8
Flask-Migrate>=1.8.0