Files
geo-setp/pyproject.toml
2026-04-15 14:05:33 +08:00

14 lines
278 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",
"pydantic-ai-skills>=0.7.0",
]