21 lines
408 B
TOML
21 lines
408 B
TOML
[project]
|
|
name = "agent"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"uvicorn",
|
|
"pydantic-ai-slim[ag-ui]",
|
|
"pydantic-ai-slim[openai]",
|
|
"python-dotenv",
|
|
"logfire>=4.10.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=68", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|