"netbox>=4.4,<4.6"
This commit is contained in:
+1
-2
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "netbox-vmware-importer"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "NetBox plugin to synchronize VMware vSphere virtual machines into NetBox."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
@@ -20,7 +20,6 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.13",
|
||||
]
|
||||
dependencies = [
|
||||
"netbox>=4.4,<4.6",
|
||||
"pyvmomi>=8.0.3",
|
||||
"cryptography>=42.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user