chore: remove atmosphere-operator
diff --git a/pyproject.toml b/pyproject.toml
index a717c2a..ce05fea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,24 +10,15 @@
[tool.poetry.dependencies]
python = "^3.10"
-pykube-ng = { version = "^22.7.0", optional = true }
-kopf = { version = "^1.36.0", optional = true, extras = ["uvloop"] }
+ansible-core = "^2.13.4"
+jmespath = "^1.0.1"
openstacksdk = "<0.99.0"
docker-image-py = "^0.1.12"
-"oslo.serialization" = "^5.0.0"
rjsonnet = "^0.5.2"
-[tool.poetry.extras]
-operator = [
- "pykube-ng",
- "kopf",
-]
-
[tool.poetry.group.dev.dependencies]
-ansible-core = "^2.13.4"
flake8 = "^5.0.4"
flake8-isort = "^4.2.0"
-jmespath = "^1.0.1"
molecule = "^4.0.1"
pytest = "^7.1.3"
pytest-cov = "^3.0.0"