From 8f22baa646d0f8d8e40eedaf725af0ac46f0ecfe Mon Sep 17 00:00:00 2001 From: ahmedk <karim.ahmed@xfel.eu> Date: Fri, 10 Feb 2023 18:25:59 +0100 Subject: [PATCH] psutil in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 192a5d57e..252d1d5ae 100644 --- a/setup.py +++ b/setup.py @@ -91,6 +91,7 @@ install_requires = [ "pasha==0.1.1", "prettytable==0.7.2", "princess==0.5", + "psutil==5.9.4", "pypandoc==1.4", "python-dateutil==2.8.2", "pyyaml==5.3", -- GitLab