agent_to_ask_about_repo / pyproject.toml
Lode Nachtergaele
fixed gitinget version to 0.1.2 to avoid bug
e0faed4
raw
history blame contribute delete
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.2",
]