[tool.poetry] name = "auracast_translator" version = "0.1.0" authors = ["Patrick S "] description = "Announcement System" readme = "readme.md" packages = [ { include = "translator_models", from = "src" }, { include = "translator_client", from = "src" }, ] [tool.poetry.dependencies] python = ">=3.10,<4.0" setuptools= ">=77" [tool.poetry.group.general.dependencies] requests="2.32.3" aiohttp="3.9.3" fastapi="0.115.11" uvicorn="0.34.0" ollama="0.4.7" piper-tts="1.2.0" librosa="0.10.1" aioconsole="0.8.1" lc3 = { git = "ssh://git@ssh.pstruebi.xyz:222/auracaster/liblc3.git", rev = "7558637303106c7ea971e7bb8cedf379d3e08bcc" } auracast = { git = "ssh://git@ssh.pstruebi.xyz:222/auracaster/bumble-auracast.git" } [tool.poetry.dev-dependencies] pytest = ">8.2" #[tool.poetry.group.auracast_onboard.dependencies] #[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" ] [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"