ai-voicebot/server/pyproject.toml
2025-08-23 20:33:34 -07:00

16 lines
337 B
TOML

[project]
name = "ai-voicebot"
version = "0.1.0"
description = "AI Voicebot Server Environment"
readme = "README.md"
requires-python = ">=3.12"
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[standard]>=0.35.0",
]