mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Add dedicated websockets package
Ref: https://github.com/encode/uvicorn/issues/797 There used to be a package automatically installed; not anymore I guess. This came from a separate package and not cookiecutter-django, but the installation was similar.
This commit is contained in:
parent
88b8417156
commit
7be855975b
|
@ -25,6 +25,7 @@ flower==0.9.5 # https://github.com/mher/flower
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.use_async == 'y' %}
|
{%- if cookiecutter.use_async == 'y' %}
|
||||||
uvicorn==0.12.1 # https://github.com/encode/uvicorn
|
uvicorn==0.12.1 # https://github.com/encode/uvicorn
|
||||||
|
wsproto==0.15.0 # https://github.com/python-hyper/wsproto/
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
|
|
Loading…
Reference in New Issue
Block a user