build: add channels requirement for the asgi configuration (#225)
This commit is contained in:
parent
7a3c00aba4
commit
0477db69a0
1 changed files with 2 additions and 1 deletions
|
|
@ -25,4 +25,5 @@ google-auth==2.16.0
|
|||
google-api-python-client==2.75.0
|
||||
django-rq==2.6.0
|
||||
django-redis==5.2.0
|
||||
uvicorn==0.20.0
|
||||
uvicorn==0.20.0
|
||||
channels==4.0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue