build(pyproject.toml): add depedency on judas_protocol

This commit is contained in:
2025-08-28 19:57:10 +02:00
parent 813407057e
commit 4aa2ca426c

View File

@@ -13,6 +13,7 @@ dependencies = [
"flask>=3.1.1",
"flask-login>=0.6.3",
"flask-socketio>=5.5.1",
"judas-protocol",
]
license = { text = "GPL-3.0+" }
@@ -85,3 +86,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" }