Add async buffered pubsub, websocket updates endpoint and initial fast hashing of objects

This commit is contained in:
Yeicor
2024-02-06 20:55:04 +01:00
parent e79b9adc61
commit 3fbf6ea497
5 changed files with 121 additions and 48 deletions

View File

@@ -13,11 +13,13 @@ python = "^3.9"
build123d = "^0.3.0"
partcad = "^0.3.84"
# Web
aiohttp = "^3.9.3"
aiohttp-devtools = "^1.1.2"
# Misc
pygltflib = "^1.16.1"
tqdm = "^4.66.1"
aiohttp = "^3.9.3"
aiohttp-devtools = "^1.1.2"
[build-system]
requires = ["poetry-core"]