Skip to content

Commit

Permalink
requirements: added prometheus_client dependency
Browse files Browse the repository at this point in the history
[EC-299]
  • Loading branch information
nosahama committed Jun 18, 2024
1 parent 1a061ea commit 4e91089
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ pkgutil-resolve-name==1.3.10
# jsonschema
pluggy==1.5.0
# via pytest
prometheus-client==0.20.0
# via -r requirements.txt
protobuf==3.20.3
# via -r requirements.txt
psutil==5.9.8
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ujson<6
watchfiles<1
xxhash~=3.3
zstandard
prometheus-client==0.20.0

# Patched dependencies
#
Expand Down
2 changes: 2 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ packaging==24.0
# via aiokafka
pkgutil-resolve-name==1.3.10
# via jsonschema
prometheus-client==0.20.0
# via -r requirements.in
protobuf==3.20.3
# via -r requirements.in
pygments==2.18.0
Expand Down

0 comments on commit 4e91089

Please sign in to comment.