build(pyproject.toml): add depedency on judas_protocol
This commit is contained in:
@@ -9,7 +9,9 @@ description = "A client for judas, a remote PC fleet management system."
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = []
|
authors = []
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = []
|
dependencies = [
|
||||||
|
"judas-protocol",
|
||||||
|
]
|
||||||
license = { text = "GPL-3.0+" }
|
license = { text = "GPL-3.0+" }
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
@@ -81,3 +83,6 @@ allowed_tags = [
|
|||||||
minor_tags = ["feat"]
|
minor_tags = ["feat"]
|
||||||
patch_tags = ["fix", "perf"]
|
patch_tags = ["fix", "perf"]
|
||||||
default_bump_level = 0
|
default_bump_level = 0
|
||||||
|
|
||||||
|
[tool.uv.sources]
|
||||||
|
judas-protocol = { git = "https://gitea.pufereq.pl/judas/judas_protocol.git" }
|
||||||
|
|||||||
Reference in New Issue
Block a user