Add websocket endpoint

This commit is contained in:
2025-08-18 15:42:22 +03:00
Unverified
parent b9d89a7ff4
commit 4e54b8bec2
2 changed files with 45 additions and 21 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ PyJWT>=2.8.0
fastapi[standard]>=0.116.1
pydantic>=2.11.7
sqlalchemy>=2.0.43
bcrypt>=4.3.0
bcrypt>=4.3.0
websockets>=15.0.1