last commit is based on pynetbox >= 6.1

This commit is contained in:
Solvik Blum 2021-05-11 20:47:16 +02:00
parent 58c18fc2da
commit a1af028df6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
pynetbox==5.0.5 pynetbox==6.1.2
netaddr==0.8.0 netaddr==0.8.0
netifaces==0.10.9 netifaces==0.10.9
pyyaml==5.4.1 pyyaml==5.4.1

View file

@ -14,7 +14,7 @@ setup(
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
use_scm_version=True, use_scm_version=True,
install_requires=[ install_requires=[
'pynetbox==5.1.0', 'pynetbox==6.1.2',
'netaddr==0.8.0', 'netaddr==0.8.0',
'netifaces==0.10.9', 'netifaces==0.10.9',
'pyyaml==5.4.1', 'pyyaml==5.4.1',