примитивный ws эндпоинт

This commit is contained in:
Егор Кандрушин 2026-04-01 23:32:13 +03:00
parent 9735069034
commit 04bb17190e
5 changed files with 244 additions and 1 deletions

View file

@ -6,4 +6,5 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.135.3",
"uvicorn[standard]>=0.34.0",
]