backend that supports asgi and status update sockets with channels

This commit is contained in:
Jonas Winkler
2020-11-07 11:30:45 +01:00
parent 9829b3dae5
commit d46203c114
7 changed files with 613 additions and 92 deletions

View File

@@ -26,6 +26,8 @@ fuzzywuzzy = "*"
python-Levenshtein = "*"
django-extensions = ""
watchdog = "*"
channels = "~=3.0"
channels-redis = "*"
[dev-packages]
coveralls = "*"