[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", ]