feat: New Server class for FastAPI websockets

This commit is contained in:
AURUMVORXX
2025-08-19 20:32:17 +05:00
parent 2ee00d1842
commit 0809426d87
3 changed files with 37 additions and 78 deletions

View File

@@ -5,6 +5,7 @@ description = ""
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"loguru>=0.7.3",
"fastapi>=0.116.1",
"uvicorn>=0.35.0",
"websockets>=15.0.1",
]