Add netbox_initializers to plugins and requirements

This commit is contained in:
bboerni2 2025-09-29 11:06:33 +02:00
parent 946678d53e
commit ed3fbfb753
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ PLUGINS = [
"netbox_inventory",
"netbox_reorder_rack",
"netbox_diode_plugin",
"netbox_initializers",
# "netbox_proxbox",
]

View file

@ -2,6 +2,7 @@ netbox-topology-views>=4.2.0,<5.0.0
netbox-lifecycle>=1.1.0,<2.0.0
netbox-floorplan-plugin>=0.8.0
pynetbox>=7.0.0
netbox-initializers>=4.4.0
netbox-lists
netbox-inventory
netbox-reorder-rack