mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 05:00:18 +03:00
Update watchfiles from 1.0.0 to 1.0.1
This commit is contained in:
parent
9ce93909a3
commit
0d69a69fe7
|
@ -8,7 +8,7 @@ psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
|
||||||
psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg
|
psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
|
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
|
||||||
watchfiles==1.0.0 # https://github.com/samuelcolvin/watchfiles
|
watchfiles==1.0.1 # https://github.com/samuelcolvin/watchfiles
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user