diff --git a/{{ cookiecutter.project_name }}/app/requirements/production.txt b/{{ cookiecutter.project_name }}/app/requirements/production.txt index dfd32ba..1fd532f 100644 --- a/{{ cookiecutter.project_name }}/app/requirements/production.txt +++ b/{{ cookiecutter.project_name }}/app/requirements/production.txt @@ -1,5 +1,5 @@ Django==3.0.0 -celery==4.3.0 +celery==5.2.2 django-celery-beat==1.5.0 gunicorn==19.9.0 kombu==4.6.3