Merge pull request #2554 from yotamtal/master

This commit is contained in:
Bruno Alla 2020-12-10 19:53:54 +00:00 committed by GitHub
commit 24a8c6d484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ set -o errexit
set -o nounset
celery -A config.celery_app worker -l INFO
watchgod celery.__main__.main --args -A config.celery_app worker -l INFO

View File

@ -7,7 +7,7 @@ psycopg2==2.8.6 # https://github.com/psycopg/psycopg2
{%- else %}
psycopg2-binary==2.8.6 # https://github.com/psycopg/psycopg2
{%- endif %}
{%- if cookiecutter.use_async == 'y' %}
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
watchgod==0.6 # https://github.com/samuelcolvin/watchgod
{%- endif %}