mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-01-30 18:14:14 +01:00
Add async buffered pubsub, websocket updates endpoint and initial fast hashing of objects
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user