b
This commit is contained in:
parent
b0af67e0c5
commit
caa5362397
2 changed files with 9 additions and 10 deletions
|
@ -8,6 +8,7 @@ dependencies = []
|
|||
|
||||
[project.scripts]
|
||||
foo = "test_woodpecker_ci.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
@ -16,7 +17,4 @@ build-backend = "hatchling.build"
|
|||
packages = ["src/test_woodpecker_ci"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"httpx>=0.28.1",
|
||||
"pytest>=8.4.1",
|
||||
]
|
||||
dev = ["httpx>=0.28.1", "pytest>=8.4.1"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue