From 218d0526cb48f18ddd53cb26d4dd7f2c027adec7 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 5 Feb 2026 18:05:31 +0100 Subject: [PATCH] fix(qwen-tts): add six dependency Signed-off-by: Ettore Di Giacinto --- backend/python/qwen-tts/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/python/qwen-tts/requirements.txt b/backend/python/qwen-tts/requirements.txt index ef46fb5ba..35844b11d 100644 --- a/backend/python/qwen-tts/requirements.txt +++ b/backend/python/qwen-tts/requirements.txt @@ -3,4 +3,5 @@ protobuf certifi packaging==24.1 soundfile -setuptools \ No newline at end of file +setuptools +six \ No newline at end of file