summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAvi-Robusta <97387909+Avi-Robusta@users.noreply.github.com>2023-08-08 17:07:51 +0300
committerGitHub <noreply@github.com>2023-08-08 17:07:51 +0300
commit3c0615dca2ad50c22e1a554da85ee66a6cb6c981 (patch)
tree3ffe6aa6cef56fee46e708345892676d2eb5b745 /pyproject.toml
parentc503daa35a7e3a227093626158fa94ec51487cb2 (diff)
Unified prometheus support (#121)
* initial refactoring initial changes working version aws test added eks managed prom support coralogix prom support and fix prom bug fixed bug added all aws config changes added docs and fixed requirements copying connect changes from robusta fixing bad typing reformatting added prometrix updated prometrix version * rebase fixes * black formatting * refactored check connection * Fixing victoria metrics check * updating poetry file after rebase
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ef99a74..a4f0cca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,9 +27,11 @@ python = ">=3.9,<3.12"
typer = {extras = ["all"], version = "^0.7.0"}
pydantic = "1.10.7"
kubernetes = "^26.1.0"
-prometheus-api-client = "^0.5.3"
numpy = "^1.24.2"
alive-progress = "^3.1.2"
+botocore = "^1.31.10"
+boto3 = "^1.28.10"
+prometrix = "^0.1.10"
[tool.poetry.group.dev.dependencies]