28 lines
609 B
Plaintext
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
|