From dd5fccf8ff7ab214cec277ce6f8ccbc39acc85bb Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Thu, 5 Mar 2026 21:28:56 +0100 Subject: [PATCH] build(pyproject.toml): add depedency on psutil --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f8c4abf..202fe5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ authors = [] requires-python = ">=3.13" dependencies = [ "judas-protocol", + "psutil>=7.2.2", ] license = { text = "GPL-3.0+" }