We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b09e6b commit 4dcc9e7Copy full SHA for 4dcc9e7
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -24,7 +24,7 @@ flower==2.0.1 # https://github.com/mher/flower
24
{%- endif %}
25
{%- if cookiecutter.use_async == 'y' %}
26
uvicorn[standard]==0.34.0 # https://github.com/encode/uvicorn
27
-uvicorn-worker==0.2.0 # https://github.com/Kludex/uvicorn-worker
+uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker
28
29
30
# Django
0 commit comments