mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-05 19:24:46 +00:00
Update uvicorn to 0.21.1 (#4211)
This commit is contained in:
parent
c56088406c
commit
5cd58ce160
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ flower==1.2.0 # https://github.com/mher/flower
|
|||
{%- endif %}
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_async == 'y' %}
|
||||
uvicorn[standard]==0.21.0 # https://github.com/encode/uvicorn
|
||||
uvicorn[standard]==0.21.1 # https://github.com/encode/uvicorn
|
||||
{%- endif %}
|
||||
|
||||
# Django
|
||||
|
|
|
|||
Loading…
Reference in a new issue