codeflash-agent/evals/templates/layered/pyproject.toml
2026-04-03 17:36:50 -05:00

20 lines
338 B
TOML

[project]
name = "record-processor"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/processor"]
[tool.pytest.ini_options]
testpaths = ["tests"]
[dependency-groups]
dev = [
"pytest>=9.0.2",
]