feat: websockets
CI / test (push) Successful in 1m56s
CI / build (push) Successful in 48s

This commit is contained in:
2026-07-31 14:27:50 +02:00
parent 125c9dd186
commit 393b39cacd
13 changed files with 626 additions and 2 deletions
+4
View File
@@ -30,6 +30,10 @@ dependencies = [
"uvicorn==0.21.1",
"xmltodict==0.13.0",
"whitenoise==6.11.0",
"channels==4.3.2",
"channels-redis==4.1.0",
"daphne==4.2.3",
"websockets==17.0.1",
]
[tool.ruff]