commit | 84ba2ec5a37957d9501e18491f5c0c6900fa2125 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Nov 28 04:31:51 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Nov 30 19:47:55 2022 -0500 |
tree | 46d90ae960f2a140169cd51ddb7529572506d041 | |
parent | 2f1cfea41bead876a24875751c7cdd71728a6141 [diff] [blame] |
feat: add endpoint, implied_role, role & service
diff --git a/pyproject.toml b/pyproject.toml index 39391db..39d9d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -22,6 +22,9 @@ tomli-w = "^1.0.0" jmespath = "^1.0.1" jsonnet = "^0.18.0" +kopf = {extras = ["uvloop"], version = "^1.36.0"} +openstacksdk = "^0.103.0" +certbuilder = "^0.14.2" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3"