summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-10-25 13:22:46 +0200
committerLoic Guegan <loic.guegan@mailbox.org>2023-10-25 13:22:46 +0200
commit97b82ce849ae3165906d5e9c1c019d2688339d0b (patch)
tree7b889a9da85ff9f99ced26098cc8a32696673859 /pyproject.toml
parentcfc1be03335dea934857a43cc027b49cd523f95d (diff)
Minor changes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e865194..d18be07 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "clusterman"
dynamic = ["version"]
-dependencies = []
+dependencies = ["psutil"]
description = "Simple cluster management utility"
readme = "README.md"