From d756649f0ae5c833abe3af8aad60a0cbcbf9db0a Mon Sep 17 00:00:00 2001 From: pstruebi Date: Wed, 5 Mar 2025 17:56:52 +0100 Subject: [PATCH] update requirements --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a3e3b6..f67cc2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,9 @@ version = '0.1' dependencies = [ "auracast @git+https://git@gitea.pstruebi.xyz/auracaster/bumble-auracast", - "requests", - "ollama", - "aioconsole", + "requests==2.32.3", + "ollama==0.4.7", + "aioconsole==0.8.1", "piper-phonemize==1.1.0", "piper-tts==1.2.0", ]