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"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["knoc>=0.1.22"]
|
||||
dependencies = ["knoc>=0.1.56"]
|
||||
|
||||
[[tool.uv.index]]
|
||||
url = "https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/"
|
||||
|
@ -20,11 +20,7 @@ requires = ["hatchling", "uv-dynamic-versioning"]
|
|||
build-backend = "hatchling.build"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"dunamai>=1.24.1",
|
||||
"ipdb>=0.13.13",
|
||||
"pytest-asyncio>=1.0.0",
|
||||
]
|
||||
dev = ["dunamai>=1.24.1", "ipdb>=0.13.13", "pytest-asyncio>=1.0.0"]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/knoc_plugin_template"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue