Update to django channels 2

This commit is contained in:
Tom Hubrecht 2022-06-27 15:34:24 +02:00 committed by thubrecht
parent 40f34926bb
commit e299997aa8
14 changed files with 129 additions and 73 deletions

View file

@ -6,7 +6,7 @@ psycopg2<2.8
# Redis
django-redis-cache==2.1.*
redis~=2.10.6
asgi-redis==1.4.*
channels-redis==2.4.*
# ASGI protocol and HTTP server
asgiref~=1.1.2