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 4999e3d..58f6f7f 100644
--- a/packages/meshbay-node/pyproject.toml
+++ b/packages/meshbay-node/pyproject.toml
@@ -18,6 +18,7 @@ dependencies = [
"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
+ "guessit>=4.4", # filename parsing for the Videos app
]
[project.optional-dependencies]