(summary) add mutagen library for audio file duration detection

Install mutagen to analyze audio file metadata and determine recording
length for summary processing.
This commit is contained in:
lebaudantoine
2025-07-08 23:11:29 +02:00
committed by aleb_the_flash
parent 5959e82bf0
commit 21bed40484

View File

@@ -10,6 +10,7 @@ dependencies = [
"celery==5.5.3",
"redis==5.2.1",
"minio==7.2.15",
"mutagen==1.47.0",
"openai==1.91.0",
"posthog==6.0.3",
"requests==2.32.4",