Use proxmox sdk for Proxmox sync
This commit is contained in:
+2
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "netbox-vmware-importer"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
description = "NetBox plugin to synchronize VMware vSphere and Proxmox VE virtual machines into NetBox."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
@@ -23,6 +23,7 @@ dependencies = [
|
||||
"pyvmomi>=8.0.3",
|
||||
"cryptography>=42.0",
|
||||
"requests>=2.32",
|
||||
"proxmox-sdk==0.0.12",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
||||
Reference in New Issue
Block a user