mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
Add netbox_initializers to plugins and requirements
This commit is contained in:
parent
946678d53e
commit
ed3fbfb753
|
|
@ -6,6 +6,7 @@ PLUGINS = [
|
||||||
"netbox_inventory",
|
"netbox_inventory",
|
||||||
"netbox_reorder_rack",
|
"netbox_reorder_rack",
|
||||||
"netbox_diode_plugin",
|
"netbox_diode_plugin",
|
||||||
|
"netbox_initializers",
|
||||||
# "netbox_proxbox",
|
# "netbox_proxbox",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ netbox-topology-views>=4.2.0,<5.0.0
|
||||||
netbox-lifecycle>=1.1.0,<2.0.0
|
netbox-lifecycle>=1.1.0,<2.0.0
|
||||||
netbox-floorplan-plugin>=0.8.0
|
netbox-floorplan-plugin>=0.8.0
|
||||||
pynetbox>=7.0.0
|
pynetbox>=7.0.0
|
||||||
|
netbox-initializers>=4.4.0
|
||||||
netbox-lists
|
netbox-lists
|
||||||
netbox-inventory
|
netbox-inventory
|
||||||
netbox-reorder-rack
|
netbox-reorder-rack
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue