build(pyproject.toml): add depedency on psutil

This commit is contained in:
2026-03-05 21:28:56 +01:00
parent a4a9051130
commit dd5fccf8ff

View File

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