daphne/channels 4

This commit is contained in:
wh1te909 2022-10-18 04:52:04 +00:00
parent 773a40a126
commit ed7bfcfb58
2 changed files with 5 additions and 4 deletions

View File

@ -2,11 +2,11 @@ asgiref==3.5.2
celery==5.2.7 celery==5.2.7
certifi==2022.9.24 certifi==2022.9.24
cffi==1.15.1 cffi==1.15.1
channels==3.0.5 channels==4.0.0
channels_redis==3.4.1 channels_redis==4.0.0
chardet==4.0.0 chardet==4.0.0
cryptography==38.0.1 cryptography==38.0.1
daphne==3.0.2 daphne==4.0.0
Django==4.1.2 Django==4.1.2
django-cors-headers==3.13.0 django-cors-headers==3.13.0
django-ipware==4.0.2 django-ipware==4.0.2
@ -28,7 +28,7 @@ redis==4.3.4
hiredis==2.0.0 hiredis==2.0.0
requests==2.28.1 requests==2.28.1
six==1.16.0 six==1.16.0
sqlparse==0.4.2 sqlparse==0.4.3
twilio==7.14.2 twilio==7.14.2
urllib3==1.26.12 urllib3==1.26.12
uWSGI==2.0.20 uWSGI==2.0.20

View File

@ -105,6 +105,7 @@ if not DEBUG:
) )
INSTALLED_APPS = [ INSTALLED_APPS = [
"daphne",
"django.contrib.auth", "django.contrib.auth",
"django.contrib.contenttypes", "django.contrib.contenttypes",
"django.contrib.sessions", "django.contrib.sessions",