octodns-netbox-dns/pyproject.toml

26 lines
765 B
TOML

[tool.poetry]
name = "octodns-netbox-dns"
version = "0.1.0"
description = ""
authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"]
[tool.poetry.dependencies]
python = "^3.10"
octodns = "^0.9.17"
# There's a bug in pynetbox that prevents update & delete operations on plugin REST API endpoints.
# Until pull request #426 is merged I recommend using my fork of pynetbox which has #426 applied to
# the version 6.6.2 of pynetbox (the original pull request is against an older version).
#
# pynetbox = "^6.6.2"
#
pynetbox = { git = "https://github.com/jcollie/pynetbox.git", rev = "35449e0e87105d9a6170bcc333d6a1882c945cd0" }
dnspython = "^2.2.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"