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"