Merge pull request #2881 from Andrew-Chen-Wang/patch-9

Add dedicated websockets package
This commit is contained in:
Bruno Alla 2020-10-08 12:49:08 +01:00 committed by GitHub
commit a85ce029a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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