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 58f6f7f..f8747d2 100644
--- a/packages/meshbay-node/pyproject.toml
+++ b/packages/meshbay-node/pyproject.toml
@@ -19,6 +19,7 @@ dependencies = [
"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
+ "mutagen>=1.47", # ID3/Vorbis tag + embedded cover reading for the Music app
]
[project.optional-dependencies]