agent/pyproject.toml

10 lines
209 B
TOML

[project]
name = "agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.135.3",
"uvicorn[standard]>=0.34.0",
]