mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Update watchfiles to 0.18.0 (#3907)
This commit is contained in:
parent
b6039b00de
commit
e002389c35
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ psycopg2==2.9.4 # https://github.com/psycopg/psycopg2
|
|||
psycopg2-binary==2.9.4 # https://github.com/psycopg/psycopg2
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
|
||||
watchfiles==0.17.0 # https://github.com/samuelcolvin/watchfiles
|
||||
watchfiles==0.18.0 # https://github.com/samuelcolvin/watchfiles
|
||||
{%- endif %}
|
||||
|
||||
# Testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue