summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAvi-Robusta <97387909+Avi-Robusta@users.noreply.github.com>2023-08-09 09:56:07 +0300
committerGitHub <noreply@github.com>2023-08-09 09:56:07 +0300
commit0d2c9916b2f728ccdacd4258129273d308765735 (patch)
treeaf442570cc8142faee0d41ba7fe629e942205c06 /pyproject.toml
parent3c0615dca2ad50c22e1a554da85ee66a6cb6c981 (diff)
Poetry fix (#124)
* fixing poetry + adding slack_sdk * aiostream missing
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a4f0cca..1f3e075 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,11 +27,12 @@ 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"
+slack-sdk = "^3.21.3"
+aiostream = "^0.4.5"
[tool.poetry.group.dev.dependencies]
@@ -44,8 +45,6 @@ types-cachetools = "^5.3.0.4"
types-requests = "^2.28.11.15"
pyinstaller = "^5.9.0"
pytest = "^7.2.2"
-aiostream = "^0.4.5"
-slack-sdk = "^3.21.3"
[build-system]
requires = ["poetry-core"]
@@ -53,4 +52,4 @@ build-backend = "poetry.core.masonry.api"
[project]
-name = "robusta_krr"
+name = "robusta_krr" \ No newline at end of file