mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 14:13:10 +00:00
Merge pull request #2881 from Andrew-Chen-Wang/patch-9
Add dedicated websockets package
This commit is contained in:
commit
a85ce029a5
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ flower==0.9.5 # https://github.com/mher/flower
|
|||
{%- endif %}
|
||||
{%- if cookiecutter.use_async == 'y' %}
|
||||
uvicorn==0.12.1 # https://github.com/encode/uvicorn
|
||||
wsproto==0.15.0 # https://github.com/python-hyper/wsproto/
|
||||
{%- endif %}
|
||||
|
||||
# Django
|
||||
|
|
|
|||
Loading…
Reference in a new issue