Fixed ImportError: cannot import name ImmutableDict from werkzeug.

Updated the Flask-WTF version to the latest to fix the above error.
pull/27/head
Akshay Joshi 2020-02-10 11:45:11 +05:30
parent 02f90aca0b
commit 3db961cb0f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Flask-Mail==0.9.1
Flask-Migrate==2.4.0
Flask-Principal==0.4.0
Flask-SQLAlchemy==2.3.2
Flask-WTF==0.14.2
Flask-WTF==0.14.3
Flask-Compress==1.4.0
passlib==1.7.1
pytz==2018.9