Browse Source

add flask_wtf in order to make use of its CSRF protection

pull/1/head
wes 7 years ago
parent
commit
cd252870b5
  1. 2
      requirements.txt

2
requirements.txt

@ -12,6 +12,7 @@ flask-appconfig==0.11.1
Flask-Bootstrap==3.3.7.1
Flask-Login==0.4.0
flask-marshmallow==0.7.0
Flask-WTF==0.14.2
greenlet==0.4.12
idna==2.2
itsdangerous==0.24
@ -39,4 +40,5 @@ virtualenv-clone==0.2.6
virtualenvwrapper==4.7.2
visitor==0.1.3
Werkzeug==0.11.15
WTForms==2.1
youtube-dl==2017.1.28

Loading…
Cancel
Save