Files
geo-setp/pyproject.toml
2026-04-13 16:29:27 +08:00

13 lines
245 B
TOML

[project]
name = "geo-agent"
version = "0.1.0"
description = "Multi-destination geo routing agent"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pydantic-ai",
"fastapi[standard]",
"python-dotenv",
"openai",
]