mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Pin watchdog to 4.0.2
Watchdog 5.0.0 was recently released. This update causes Werkzeug to reload the Django server much more frequently than desired (causing the local docker development build to barely load).
This commit is contained in:
parent
5a53905f8f
commit
56973b0e11
|
@ -1,5 +1,6 @@
|
|||
-r production.txt
|
||||
|
||||
watchdog==4.0.2 # https://github.com/gorakhargosh/watchdog
|
||||
Werkzeug[watchdog]==3.0.4 # 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