diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-10-26 17:50:34 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-10-26 17:50:34 +0200 |
| commit | 2d46fcf95548ec3ef69ace0cc70aa98b387e28a5 (patch) | |
| tree | ac214eb2fc07beab57d5c36a8cc3dfe43bf56956 /pyproject.toml | |
| parent | 2250082bb3a5db28d6d0be4c4cd5027cafd9a355 (diff) | |
Minor changes
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d18be07..a565d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "clusterman" dynamic = ["version"] -dependencies = ["psutil"] +dependencies = ["psutil", "jsonschema"] description = "Simple cluster management utility" readme = "README.md" |
