diff --git a/pyproject.toml b/pyproject.toml index d87e671..d1d0984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }