Skip to content

Commit

Permalink
fix: relax pykube-ng requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Nov 10, 2022
1 parent d18936e commit 10be62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "magnum_cluster_api"}]

[tool.poetry.dependencies]
python = "^3.6"
pykube-ng = "^22.9.0"
pykube-ng = "*"
click = "*"
requests = "*"
shortuuid = "*"
Expand Down

0 comments on commit 10be62a

Please sign in to comment.