mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 01:22:25 +03:00
Merge ada70c3eeb
into 846af52e73
This commit is contained in:
commit
2f0989c695
|
@ -8,7 +8,7 @@ psycopg[c]==3.2.6 # https://github.com/psycopg/psycopg
|
|||
psycopg[binary]==3.2.6 # https://github.com/psycopg/psycopg
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
|
||||
watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
|
||||
watchfiles==1.0.5 # https://github.com/samuelcolvin/watchfiles
|
||||
{%- endif %}
|
||||
|
||||
# Testing
|
||||
|
|
Loading…
Reference in New Issue
Block a user