17 lines
360 B
TOML
17 lines
360 B
TOML
[project]
|
|
name = "ai-voicebot-server"
|
|
version = "0.1.0"
|
|
description = "AI Voicebot Server Environment"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"brotli>=1.1.0",
|
|
"fastapi>=0.116.1",
|
|
"logging>=0.4.9.6",
|
|
"openai>=1.101.0",
|
|
"python-dotenv>=1.1.1",
|
|
"ruff>=0.12.10",
|
|
"uvicorn>=0.35.0",
|
|
"websockets>=15.0.1",
|
|
]
|