VoiceStack / pyproject.toml
klentyboopathi's picture
Intital commit
8362005
raw
history blame contribute delete
350 Bytes
[project]
name = "voiceagentstack"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.13",
"kokoro-onnx>=0.3.3",
"orpheus-speech>=0.1.0",
"pipecat-ai[fish,ollama,websocket,whisper]>=0.0.71",
"python-dotenv>=1.1.0",
"uvicorn>=0.34.3",
]