Files
agentic-studio/zipit/template_runs/tmpl_v2/pyproject.toml
2026-04-12 18:48:14 +03:00

12 lines
177 B
TOML

[project]
name = "todo-app"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi",
"uvicorn[standard]",
"sqlalchemy",
"pytest",
"httpx",
]