[tool.poetry] name = "hetzner-ansible" version = "0.1.0" description = "" authors = ["Peter Heise "] [tool.poetry.dependencies] python = ">=3.9,<4.0" ansible = "^4.3.0" hcloud = "^1.13.0" jmespath = "^0.10.0" netaddr = "^0.8.0" passlib = "^1.7.4" bcrypt = "^4.0.1" dnspython = "^2.3.0" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"