summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-node/pyproject.toml')
-rw-r--r--packages/meshbay-node/pyproject.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/meshbay-node/pyproject.toml b/packages/meshbay-node/pyproject.toml
index 48231ad..805871e 100644
--- a/packages/meshbay-node/pyproject.toml
+++ b/packages/meshbay-node/pyproject.toml
@@ -9,12 +9,13 @@ description = "MeshBay Node — local file host, streaming server, and group dae
requires-python = ">=3.12"
dependencies = [
"meshbay-common>=0.1.0",
- "fastapi>=0.115", # local web UI on localhost:18000
+ "fastapi>=0.115", # local web UI on localhost:18000
"uvicorn[standard]>=0.30",
- "httpx>=0.28", # hub client
- "watchdog>=5.0", # directory monitoring
- "aioice>=0.9", # ICE/STUN for NAT traversal
- # aioquic>=1.0 added in v2 (QUIC transport)
+ "httpx>=0.28", # hub client
+ "watchdog>=5.0", # directory monitoring
+ "aioice>=0.9", # ICE/STUN for NAT traversal
+ "aioquic>=1.0", # QUIC transport (MNP v2) — implemented in Phase 5
+ "websockets>=12.0", # hub→node revocation push
]
[project.optional-dependencies]