From 44892adfb227c2c330f5043cd001874d9699f33e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 23 Mar 2023 13:12:43 -0600 Subject: [PATCH] requirements.txt: Add prometheus_client This should have been added a couple PRs back. Signed-off-by: Zack Cerza --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 25585e621f..c6e96296dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -223,6 +223,8 @@ prettytable==2.1.0 # python-cinderclient # python-novaclient # teuthology (pyproject.toml) +prometheus-client==0.16.0 + # via teuthology (pyproject.toml) psutil==5.8.0 # via teuthology (pyproject.toml) ptyprocess==0.7.0 -- 2.39.5