last commit is based on pynetbox >= 6.1
This commit is contained in:
parent
58c18fc2da
commit
a1af028df6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
pynetbox==5.0.5
|
||||
pynetbox==6.1.2
|
||||
netaddr==0.8.0
|
||||
netifaces==0.10.9
|
||||
pyyaml==5.4.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
|||
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
||||
use_scm_version=True,
|
||||
install_requires=[
|
||||
'pynetbox==5.1.0',
|
||||
'pynetbox==6.1.2',
|
||||
'netaddr==0.8.0',
|
||||
'netifaces==0.10.9',
|
||||
'pyyaml==5.4.1',
|
||||
|
|
Loading…
Reference in a new issue