move translator_client

This commit is contained in:
2025-03-17 11:11:02 +01:00
parent 4acc5ebc62
commit 7d71f247c8
4 changed files with 96 additions and 3 deletions
+5 -2
View File
@@ -8,8 +8,6 @@ dependencies = [
"requests==2.32.3",
"ollama==0.4.7",
"aioconsole==0.8.1",
"piper-phonemize==1.1.0",
"piper-tts==1.2.0",
"fastapi==0.115.11",
"uvicorn==0.34.0",
]
@@ -19,6 +17,11 @@ test = [
"pytest >= 8.2",
]
[tool.poetry.group.tts.dependencies]
piper-phonemize = "==1.1.0"
piper-tts = "==1.2.0"
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib","--count=1","-s","-v"