File size: 350 Bytes
8362005
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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",
]