From 263b2e09652e0ce2c3b927b7d89c8104e5af765e Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Fri, 1 Oct 2021 19:12:13 +0200 Subject: [PATCH] Lower required Prometheus client version This patch lowers the version requirement for the Prometheus client to a minimum of 0.9. This version still works with no problems and is available on CentOS 8 by default. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 90ca53f4..dd09c31f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ sqlalchemy>=0.9.8 sdnotify>=0.3.2 psutil>=5.0.1 flask>=0.12.2 -prometheus_client>=0.10.1 +prometheus_client>=0.9 diff --git a/setup.py b/setup.py index 2cfa979f..2a00efbc 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(filename): "sdnotify>=0.3.2", "psutil>=5.0.1", "flask>=0.12.2", - "prometheus_client>=0.10.1" + "prometheus_client>=0.9" ], entry_points={ 'console_scripts': [