From 4fe00eba52719773313a0a52d9cb2516d598cb00 Mon Sep 17 00:00:00 2001 From: Joaquin Madrid Belando Date: Sun, 15 Mar 2026 22:55:10 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 8a4f2d2..b659564 100755 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,5 @@ cryptography markdown pdfkit gTTS>=2.3.1 +# Dependencias del sistema (instalar con apt/dnf/apk, NO con pip): +# ffmpeg - Requerido por TTS para convertir MP3 a WAV (apt install ffmpeg)