diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-07 13:56:32 +0200 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-07 13:56:32 +0200 |
| commit | 7a8e13a176ed33b2875d081d342e30a7e8a72b33 (patch) | |
| tree | 7644b6f304972ae269f99ef042527d1dab2fb354 /pyproject.toml | |
| parent | d65125aeafb4679929a64e2beac72aee379a36f6 (diff) | |
Add cluster discovery and scanning
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 440d7bd..02d438b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ krr = "robusta_krr.main:app" python = "^3.11" typer = {extras = ["all"], version = "^0.7.0"} pydantic = "^1.10.5" +kubernetes = "^26.1.0" [tool.poetry.group.dev.dependencies] mypy = "^1.0.1" |
