sunken-ship: add mutagen to mulbo-server env
The /enrich/revert endpoint shipped in 20_mulbo commit 5d4e9466 calls enrich.write_tags, which imports mutagen. The main mulbo-server's pythonEnv only had fastapi/uvicorn/python-multipart — first revert attempt 500'd with "ModuleNotFoundError: No module named 'mutagen'". (The enrich oneshot has its own env with mutagen; that's why batch enrichment worked.) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ba51b6bcf7
commit
09d25a1899
1 changed files with 2 additions and 0 deletions
|
|
@ -321,6 +321,8 @@
|
||||||
fastapi
|
fastapi
|
||||||
uvicorn
|
uvicorn
|
||||||
python-multipart
|
python-multipart
|
||||||
|
mutagen # tag writeback (enrich.write_tags); needed by the
|
||||||
|
# /enrich/revert endpoint which reuses enrich.py.
|
||||||
]);
|
]);
|
||||||
in {
|
in {
|
||||||
description = "Mulbo companion service (uploads, dedup, folders)";
|
description = "Mulbo companion service (uploads, dedup, folders)";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue