Added backward compatible code for reverse proxy in case werkzeug is older.

Make werkzeug greater than equal to 0.15.0
This commit is contained in:
Aditya Toshniwal
2019-10-01 17:55:43 +05:30
committed by Akshay Joshi
parent 6c662ae672
commit 245a6e6f57
2 changed files with 12 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
##############################################################################
blinker==1.4
Flask==1.0.2
Werkzeug>=0.15.0
Flask-Gravatar==0.5.0
Flask-Login==0.4.1
Flask-Mail==0.9.1