build(pyproject.toml): add depedency on judas_protocol

This commit is contained in:
2025-08-28 19:42:52 +02:00
parent 52eb6094f9
commit 88bba5c449

View File

@@ -9,7 +9,9 @@ description = "A client for judas, a remote PC fleet management system."
readme = "README.md"
authors = []
requires-python = ">=3.13"
dependencies = []
dependencies = [
"judas-protocol",
]
license = { text = "GPL-3.0+" }
[dependency-groups]
@@ -81,3 +83,6 @@ allowed_tags = [
minor_tags = ["feat"]
patch_tags = ["fix", "perf"]
default_bump_level = 0
[tool.uv.sources]
judas-protocol = { git = "https://gitea.pufereq.pl/judas/judas_protocol.git" }