From b1e5f91f8301b98ea3f1b7828e76e07485ac39de Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Thu, 4 Jan 2024 12:53:08 +0100 Subject: [PATCH] add psutil to setup (for now) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 78b44f1f..2b1a1fe2 100644 --- a/setup.py +++ b/setup.py @@ -116,6 +116,7 @@ def get_long_description(): "justext >= 3.0.0", "lxml >= 4.9.3 ; platform_system != 'Darwin'", "lxml == 4.9.2 ; platform_system == 'Darwin'", + "psutil", "urllib3 >= 1.26, < 2; python_version < '3.7'", "urllib3 >= 1.26, < 3; python_version >= '3.7'", ],