feat/add-basic-telemetry #10

Merged
pufereq merged 8 commits from feat/add-basic-telemetry into develop 2026-03-08 19:42:40 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit dd5fccf8ff - Show all commits

View File

@@ -11,6 +11,7 @@ authors = []
requires-python = ">=3.13" requires-python = ">=3.13"
dependencies = [ dependencies = [
"judas-protocol", "judas-protocol",
"psutil>=7.2.2",
] ]
license = { text = "GPL-3.0+" } license = { text = "GPL-3.0+" }