From e56b71f7ce204e7834401dd1f013c4f3af9d73f5 Mon Sep 17 00:00:00 2001 From: Daniel Ramos <46768340+danielcamposramos@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:50:48 -0300 Subject: [PATCH] Update requirements.txt Added av package to satisfy newer fasterwhisper models. --- transcription-api/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transcription-api/requirements.txt b/transcription-api/requirements.txt index f50cbc0..834cc02 100644 --- a/transcription-api/requirements.txt +++ b/transcription-api/requirements.txt @@ -5,4 +5,5 @@ python-dotenv==1.0.0 uvicorn==0.23.2 python-multipart ffmpeg-python -soundfile \ No newline at end of file +soundfile +av