build: add channels requirement for the asgi configuration (#225)

This commit is contained in:
pablohashescobar 2023-02-14 01:14:24 +05:30 committed by GitHub
parent 7a3c00aba4
commit 0477db69a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,4 +25,5 @@ google-auth==2.16.0
google-api-python-client==2.75.0 google-api-python-client==2.75.0
django-rq==2.6.0 django-rq==2.6.0
django-redis==5.2.0 django-redis==5.2.0
uvicorn==0.20.0 uvicorn==0.20.0
channels==4.0.0