-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (34 loc) · 862 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tool.poetry]
name = "Ansible PANW IaC"
version = "1.3"
description = "Collection of Ansible roles for Palo Alto Networks firewalls"
authors = ["Bjorn-Vegar Borge <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
ansible-core = "~2.16"
ansible-lint = {version = "~24", markers = "platform_system != 'Windows'"}
ansible-pylibssh = "~1.1"
jmespath = "~1.0"
jsondiff = "~2.0"
junos-eznc = "~2.6"
napalm = "~4.1"
napalm-ansible = "~1.1"
ncclient = "~0.6"
pan-os-python = "~1.11"
pan-python = "~0.17"
pandevice = "~0.14"
packaging = "~23.2"
paramiko = "~3.3"
pyaoscx = "~2.5"
pynautobot = "~2"
requests = "~2.31"
requests_toolbelt = "~1.0"
xmltodict = "~0.13"
dnspython = "~2.4"
ansible-compat = "~4"
ansible-navigator = "~3.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"