agent_to_ask_about_repo / pyproject.toml
Lode Nachtergaele
use uv for packaging, test gitingest in test.py
4654ceb
raw
history blame
191 Bytes
[project]
name = "first-agent-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gitingest>=0.1.3",
]