diff --git a/{{ cookiecutter.project_name }}/app/requirements/production.txt b/{{ cookiecutter.project_name }}/app/requirements/production.txt index dfd32ba..64ba172 100644 --- a/{{ cookiecutter.project_name }}/app/requirements/production.txt +++ b/{{ cookiecutter.project_name }}/app/requirements/production.txt @@ -1,4 +1,4 @@ -Django==3.0.0 +Django==3.1.12 celery==4.3.0 django-celery-beat==1.5.0 gunicorn==19.9.0