add new dependencies

This commit is contained in:
Solvik Blum 2021-05-11 21:54:37 +02:00
parent 576eb07dd7
commit 95d7f98389
2 changed files with 4 additions and 0 deletions

View file

@ -3,3 +3,5 @@ netaddr==0.8.0
netifaces==0.10.9
pyyaml==5.4.1
jsonargparse==3.11.2
python-slugify==5.0.2
packaging==20.9

View file

@ -19,6 +19,8 @@ setup(
'netifaces==0.10.9',
'pyyaml==5.4.1',
'jsonargparse==2.32.2',
'python-slugify==5.0.2',
'packaging==20.9',
],
zip_safe=False,
keywords=['netbox'],