Skip to content

Commit 29403af

Browse files
Change project version to 0.0.6b2.post1 and remove proxbox-api as direct dependency
1 parent f4bc27f commit 29403af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netbox-proxbox"
3-
version = "0.0.6b2"
3+
version = "0.0.6b2.post1"
44
description = "Netbox Plugin - Integrate Proxmox and Netbox"
55
readme = "README.md"
66
authors = [
@@ -10,7 +10,6 @@ license = "Apache-2.0"
1010
requires-python = ">=3.8"
1111
dependencies = [
1212
"websockets>=13.1",
13-
"proxbox-api==0.0.2"
1413
]
1514

1615
[project.optional-dependencies]

0 commit comments

Comments
 (0)