From a9c7ce72755a3145c74bef31c56befba871c6f09 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 7 Oct 2025 17:46:52 +0200 Subject: [PATCH] fix(chatterbox): add poetry Signed-off-by: Ettore Di Giacinto --- backend/python/chatterbox/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/python/chatterbox/requirements.txt b/backend/python/chatterbox/requirements.txt index a365b4a1b..55a0867f0 100644 --- a/backend/python/chatterbox/requirements.txt +++ b/backend/python/chatterbox/requirements.txt @@ -2,4 +2,5 @@ grpcio==1.71.0 protobuf certifi packaging -setuptools \ No newline at end of file +setuptools +poetry \ No newline at end of file