add new dependencies
This commit is contained in:
parent
576eb07dd7
commit
95d7f98389
2 changed files with 4 additions and 0 deletions
|
|
@ -3,3 +3,5 @@ netaddr==0.8.0
|
||||||
netifaces==0.10.9
|
netifaces==0.10.9
|
||||||
pyyaml==5.4.1
|
pyyaml==5.4.1
|
||||||
jsonargparse==3.11.2
|
jsonargparse==3.11.2
|
||||||
|
python-slugify==5.0.2
|
||||||
|
packaging==20.9
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -19,6 +19,8 @@ setup(
|
||||||
'netifaces==0.10.9',
|
'netifaces==0.10.9',
|
||||||
'pyyaml==5.4.1',
|
'pyyaml==5.4.1',
|
||||||
'jsonargparse==2.32.2',
|
'jsonargparse==2.32.2',
|
||||||
|
'python-slugify==5.0.2',
|
||||||
|
'packaging==20.9',
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords=['netbox'],
|
keywords=['netbox'],
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue