From: Zack Cerza Date: Thu, 25 Jul 2024 20:28:59 +0000 (-0600) Subject: Add types-psutil X-Git-Tag: 1.2.0~9^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9b5ff67a4dfd79ac5a94bd3111fa2c808b588288;p=teuthology.git Add types-psutil This is, of course, for type hinting. Signed-off-by: Zack Cerza --- diff --git a/requirements.txt b/requirements.txt index 645e6612d..f9ec89a82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -180,6 +180,8 @@ toml==0.10.2 # via teuthology (pyproject.toml) tox==4.11.4 # via teuthology (pyproject.toml) +types-psutil==6.0.0.20240621 + # via teuthology (pyproject.toml) urllib3==1.26.18 # via # botocore diff --git a/setup.cfg b/setup.cfg index 73b006030..63b61106a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,6 +56,7 @@ install_requires = python-dateutil requests>2.13.0 sentry-sdk + types-psutil urllib3>=1.25.4,<1.27 # For botocore scripts = teuthology/task/install/bin/adjust-ulimits