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", ]