Files
netbox-librenms-plugin/.devcontainer/extra-requirements.txt.example
Vlastislav Svatek 673e67106e
Some checks failed
ci / deploy (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
first commit
2026-06-05 10:39:05 +02:00

28 lines
609 B
Plaintext

# Example: Extra Python Requirements
# Copy this file to 'extra-requirements.txt' and customize as needed
# Example NetBox plugins (uncomment to install)
# netbox-secrets>=1.9.0
# netbox-topology-views>=3.8.0
# netbox-dns>=1.1.0
# netbox-documents>=0.6.0
# Example development/debugging tools
# ipython>=8.0.0
# django-debug-toolbar>=4.0.0
# django-extensions>=3.2.0
# Example testing tools
# factory-boy>=3.3.0
# faker>=22.0.0
# responses>=0.24.0
# Example monitoring
# django-prometheus>=2.3.0
# sentry-sdk>=1.40.0
# Example additional network libs
# netaddr>=0.10.0
# dnspython>=2.4.0
# pysnmp>=5.0.0