21 lines
446 B
TOML
21 lines
446 B
TOML
[project]
|
|
name = "ai-voicebot-agent"
|
|
version = "0.1.0"
|
|
description = "AI Voicebot Environment"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiortc>=1.13.0",
|
|
"brotli>=1.1.0",
|
|
"fastapi>=0.116.1",
|
|
"logging>=0.4.9.6",
|
|
"mypy>=1.17.1",
|
|
"numpy>=2.3.2",
|
|
"openai>=1.102.0",
|
|
"opencv-python>=4.11.0.86",
|
|
"python-dotenv>=1.1.1",
|
|
"ruff>=0.12.11",
|
|
"uvicorn>=0.35.0",
|
|
"websockets>=15.0.1",
|
|
]
|