mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-14 21:57:09 +03:00
Remove watchdog pin <4
The issue that lead to this pinning should be fixed now: https://github.com/pallets/werkzeug/issues/2945
This commit is contained in:
parent
fb6549dc4d
commit
428fac8776
|
@ -1,6 +1,5 @@
|
|||
-r production.txt
|
||||
|
||||
watchdog==4.0.2 # https://github.com/gorakhargosh/watchdog
|
||||
Werkzeug[watchdog]==3.0.5 # https://github.com/pallets/werkzeug
|
||||
ipdb==0.13.13 # https://github.com/gotcha/ipdb
|
||||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user