Revert Werkzeug back to 0.14

reverting back Werkzeug to version 0.14 based on discussion on #2070
I did the change locally on my windows laptop and can confirm that this is now working.
This commit is contained in:
shireenrao 2019-05-21 18:17:19 -04:00 committed by GitHub
parent b5a306e679
commit a37046d1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
-r ./base.txt
Werkzeug==0.15.4 # https://github.com/pallets/werkzeug
Werkzeug==0.14 # https://github.com/pallets/werkzeug
ipdb==0.12 # https://github.com/gotcha/ipdb
Sphinx==2.0.1 # https://github.com/sphinx-doc/sphinx
{%- if cookiecutter.use_docker == 'y' %}