Setting the file. One moment.
Subchapter 23.60
scripts/pyproject.toml
TOML10 lines170 B
[project]
name = "agent-advisor-scripts"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"jsonschema>=4,<5",
]
[dependency-groups]
dev = ["pytest>=8"]