diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 80baa07..2bf34a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "3.11.*" +python = ">3.11,<4.0" pre-commit = "3.7.0" ruff = "0.4.2" @@ -18,6 +18,10 @@ ansible = "9.5.1" ansible-lint = { version = "24.2.2", markers = "platform_system != 'Windows'" } dnspython = "2.6.1" +[tool.poetry.group.dns.dependencies] +octodns = "^1.6.1" +octodns-cloudflare = "^0.0.5" + [tool.taskipy.tasks] lint = "pre-commit run --all-files" precommit = "pre-commit install" |