]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add types-psutil
authorZack Cerza <zack@redhat.com>
Thu, 25 Jul 2024 20:28:59 +0000 (14:28 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 2 Aug 2024 18:47:31 +0000 (12:47 -0600)
This is, of course, for type hinting.

Signed-off-by: Zack Cerza <zack@redhat.com>
requirements.txt
setup.cfg

index 645e6612de639350fa363c985a34cf8bb236f9a5..f9ec89a820a0306679a988bcea3eb8bba55f017a 100644 (file)
@@ -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
index 73b00603029f15aa9e74f5bd14ef7a6e1cc0aba3..63b61106a23ea986a9c424a1720eca897cbe5235 100644 (file)
--- 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