t8
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
phil 2025-06-21 15:01:06 +02:00
parent fffec11bf4
commit bbc5c57c09
3 changed files with 159 additions and 2 deletions

View file

@ -14,3 +14,9 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/test_woodpecker_ci"]
[dependency-groups]
dev = [
"httpx>=0.28.1",
"pytest>=8.4.1",
]