14 lines
286 B
TOML
14 lines
286 B
TOML
[project]
|
|
name = "ai-voicebot-agent"
|
|
version = "0.1.0"
|
|
description = "AI Voicebot Environment"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"aiortc>=1.13.0",
|
|
"numpy>=2.3.2",
|
|
"opencv-python>=4.11.0.86",
|
|
"pydantic>=2.11.7",
|
|
"websockets>=15.0.1",
|
|
]
|