build(pyproject.toml): add depedency on psutil
This commit is contained in:
@@ -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+" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user