Skip to content

Commit e98ee16

Browse files
committed
add dependencies
1 parent b723b2b commit e98ee16

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

python-avd/pyproject.toml

+11
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ dependencies = [
2525
"deepmerge>=1.1.0",
2626
"Jinja2>=3.0",
2727
"requests>=2.27.0",
28+
"anta>=1.3.0",
29+
"cvprac>=1.4.0",
30+
"netaddr>=0.7.19",
31+
"PyYAML>=6.0.0",
32+
"treelib>=1.5.5",
33+
# jsonschema is required for the arista.cvp Ansible collection
34+
"jsonschema>=3.2.0",
35+
# distlib is required to install the collection from source as it is using manifest
36+
"distlib>=0.3.9",
37+
"molecule>=6.0",
38+
"molecule-plugins[docker]>=23.4.0",
2839
]
2940

3041
[project.urls]

0 commit comments

Comments
 (0)