File: //lib/python3.9/site-packages/ansible_collections/netbox/netbox/pyproject.toml
[tool.poetry]
name = "netbox_ansible_modules"
version = "3.12.0"
description = "Ansible collection to interact with NetBox's API"
authors = ["Mikhail Yohman <[email protected]>"]
license = "GPLv3"
[tool.poetry.dependencies]
python = "^3.9"
ansible-core = "2.14.3"
black = "*"
codecov = "*"
coverage = "6.5.*"
deepdiff = "*"
cryptography = "*"
jinja2 = "*"
jmespath = "*"
pynetbox = "^7"
pytest = "*"
pytest-mock = "*"
pytest-xdist = "*"
pytest-forked = "*"
pyyaml = "*"
mock = "^4.0.2"
antsibull = "*"
importlib-metadata = "*"
pylint = "*"
pytz = "*"
packaging = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"