|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /lib/python3.9/site-packages/ansible_collections/netbox/netbox/ |
[tool.poetry] name = "netbox_ansible_modules" version = "3.12.0" description = "Ansible collection to interact with NetBox's API" authors = ["Mikhail Yohman <mikhail.yohman@gmail.com>"] 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"