Skip to content

Commit

Permalink
Lower required Prometheus client version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lkiesow committed Oct 1, 2021
1 parent 6ed2692 commit 263b2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 263b2e0

Please sign in to comment.