2025-02-18 00:17:11 +01:00

38 lines
751 B
TOML

[tool.poetry]
name = "netbox_ansible_modules"
version = "3.20.0"
description = "Ansible collection to interact with NetBox's API"
authors = ["Mikhail Yohman <mikhail.yohman@gmail.com>"]
license = "GPLv3"
[tool.poetry.dependencies]
python = "^3.10"
ansible-core = "^2.16"
black = "*"
codecov = "*"
coverage = "7.3.2"
deepdiff = "*"
cryptography = "*"
jinja2 = "*"
jmespath = "*"
pynetbox = "*"
pytest = "*"
pytest-mock = "*"
pytest-xdist = "*"
pytest-forked = "*"
pyyaml = "*"
mock = "^4.0.2"
antsibull = "*"
importlib-metadata = "*"
pylint = "*"
pytz = "*"
packaging = "*"
importlib-resources = "*"
antsibull-docs = "^2.11.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"