setup daphne and django channels to replace runserver

This commit is contained in:
Nick Sweeting
2024-09-05 21:45:43 -07:00
parent a190745f36
commit 00aa7dc19f
4 changed files with 438 additions and 102 deletions

View File

@@ -49,6 +49,7 @@ dependencies = [
"django-taggit==1.3.0",
"base32-crockford==0.3.0",
"rich>=13.8.0",
"channels[daphne]>=4.1.0",
]
homepage = "https://github.com/ArchiveBox/ArchiveBox"