build(pyproject.toml): add depedency on judas_protocol
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user