mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 00:22:29 +03:00
Update watchfiles to 1.1.0 (#5899)
Update watchfiles from 1.0.5 to 1.1.0
This commit is contained in:
parent
4f850d953d
commit
b32ce8d5be
|
@ -8,7 +8,7 @@ psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg
|
|||
psycopg[binary]==3.2.9 # https://github.com/psycopg/psycopg
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
|
||||
watchfiles==1.0.5 # https://github.com/samuelcolvin/watchfiles
|
||||
watchfiles==1.1.0 # https://github.com/samuelcolvin/watchfiles
|
||||
{%- endif %}
|
||||
|
||||
# Testing
|
||||
|
|
Loading…
Reference in New Issue
Block a user