Implement State WebSocket

This commit is contained in:
2022-01-02 02:08:58 +01:00
parent 445587e596
commit 2dec48a004
9 changed files with 161 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ uvicorn = "==0.15"
python-dotenv = "*"
python-jose = {extras = ["cryptography"], version = "*"}
tinydb = "*"
websockets = "*"
[dev-packages]
httpx = "*"