build(uv.lock): add depedency on judas_protocol

This commit is contained in:
2025-08-28 19:43:14 +02:00
parent 88bba5c449
commit 84d4b98214

9
uv.lock generated
View File

@@ -242,6 +242,9 @@ wheels = [
name = "judas-client"
version = "0.1.0"
source = { editable = "." }
dependencies = [
{ name = "judas-protocol" },
]
[package.dev-dependencies]
bump = [
@@ -256,6 +259,7 @@ test = [
]
[package.metadata]
requires-dist = [{ name = "judas-protocol", git = "https://gitea.pufereq.pl/judas/judas_protocol.git" }]
[package.metadata.requires-dev]
bump = [
@@ -269,6 +273,11 @@ test = [
{ name = "pytest-mock", specifier = ">=3.14.1" },
]
[[package]]
name = "judas-protocol"
version = "0.1.0"
source = { git = "https://gitea.pufereq.pl/judas/judas_protocol.git#fd070b176347a0f7b81f937b189d8f50736f3514" }
[[package]]
name = "markdown-it-py"
version = "4.0.0"