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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/meshbay-node/pyproject.toml b/packages/meshbay-node/pyproject.toml
index 592de54..864fd04 100644
--- a/packages/meshbay-node/pyproject.toml
+++ b/packages/meshbay-node/pyproject.toml
@@ -17,6 +17,7 @@ dependencies = [
"aioquic>=1.0", # QUIC transport (MNP v2) — implemented in Phase 5
"websockets>=12.0", # hub→node revocation push
"aiortc>=1.9", # WebRTC DataChannel for browser P2P (Phase 9)
+ "aiosqlite>=0.20", # async SQLite for chat, audit, bundle stores
]
[project.optional-dependencies]