Bump knoc
This commit is contained in:
parent
97be62e2d7
commit
0b1ba23b9d
1 changed files with 2 additions and 6 deletions
|
@ -4,7 +4,7 @@ dynamic = ["version"]
|
||||||
description = "Plugin template for Knoc"
|
description = "Plugin template for Knoc"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = ["knoc>=0.1.22"]
|
dependencies = ["knoc>=0.1.56"]
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
url = "https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/"
|
url = "https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/"
|
||||||
|
@ -20,11 +20,7 @@ requires = ["hatchling", "uv-dynamic-versioning"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = ["dunamai>=1.24.1", "ipdb>=0.13.13", "pytest-asyncio>=1.0.0"]
|
||||||
"dunamai>=1.24.1",
|
|
||||||
"ipdb>=0.13.13",
|
|
||||||
"pytest-asyncio>=1.0.0",
|
|
||||||
]
|
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/knoc_plugin_template"]
|
packages = ["src/knoc_plugin_template"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue