summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-03-13 18:19:29 +0200
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-03-13 18:19:29 +0200
commitf3f0b6c5d515ff0cca06c96f4c7296eaf0343970 (patch)
treeeeac6fa58a2f82280951783802e46f258024d858 /pyproject.toml
parent187db259c68ffafd5d0f2f8a71b902063ff0040b (diff)
Implement prometheus integration
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 02d438b..5fdda2f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,6 +24,7 @@ python = "^3.11"
typer = {extras = ["all"], version = "^0.7.0"}
pydantic = "^1.10.5"
kubernetes = "^26.1.0"
+prometheus-api-client = "^0.5.3"
[tool.poetry.group.dev.dependencies]
mypy = "^1.0.1"
@@ -31,6 +32,8 @@ black = "^23.1.0"
isort = "^5.12.0"
flake8 = "^6.0.0"
types-pyyaml = "^6.0.12.8"
+types-cachetools = "^5.3.0.4"
+types-requests = "^2.28.11.15"
[build-system]
requires = ["poetry-core"]