mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 19:12:25 +03:00
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:
parent
b5a306e679
commit
a37046d1ef
|
@ -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' %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user