| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- # The Python web framework on which NetBox is built
- # https://docs.djangoproject.com/en/stable/releases/
- Django==5.2.*
- # Django middleware which permits cross-domain API requests
- # https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst
- django-cors-headers
- # Runtime UI tool for debugging Django
- # https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
- # django-debug-toolbar v6.0.0 raises "Attribute Error at /: 'function' object has no attribute 'set'"
- # see https://github.com/netbox-community/netbox/issues/19974
- django-debug-toolbar==5.2.0
- # Library for writing reusable URL query filters
- # https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
- django-filter
- # Django Debug Toolbar extension for GraphiQL
- # https://github.com/flavors/django-graphiql-debug-toolbar/blob/main/CHANGES.rst
- django-graphiql-debug-toolbar
- # HTMX utilities for Django
- # https://django-htmx.readthedocs.io/en/latest/changelog.html
- django-htmx
- # Modified Preorder Tree Traversal (recursive nesting of objects)
- # https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
- django-mptt
- # Context managers for PostgreSQL advisory locks
- # https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
- django-pglocks
- # Prometheus metrics library for Django
- # https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
- django-prometheus
- # Django caching backend using Redis
- # https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst
- django-redis
- # Django extensions for Rich (terminal text rendering)
- # https://github.com/adamchainz/django-rich/blob/main/CHANGELOG.rst
- django-rich
- # Django integration for RQ (Reqis queuing)
- # https://github.com/rq/django-rq/blob/master/CHANGELOG.md
- django-rq
- # Provides a variety of storage backends
- # https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst
- django-storages
- # Abstraction models for rendering and paginating HTML tables
- # https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md
- django-tables2
- # User-defined tags for objects
- # https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
- django-taggit
- # A Django field for representing time zones
- # https://github.com/mfogel/django-timezone-field/
- django-timezone-field
- # A REST API framework for Django projects
- # https://www.django-rest-framework.org/community/release-notes/
- djangorestframework
- # Sane and flexible OpenAPI 3 schema generation for Django REST framework.
- # https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst
- drf-spectacular
- # Serve self-contained distribution builds of Swagger UI and Redoc with Django.
- # https://github.com/tfranzel/drf-spectacular-sidecar
- drf-spectacular-sidecar
- # RSS feed parser
- # https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
- feedparser
- # WSGI HTTP server
- # https://docs.gunicorn.org/en/latest/news.html
- gunicorn
- # Platform-agnostic template rendering engine
- # https://jinja.palletsprojects.com/changes/
- Jinja2
- # JSON schema validation
- # https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst
- jsonschema
- # Simple markup language for rendering HTML
- # https://python-markdown.github.io/changelog/
- Markdown
- # MkDocs Material theme (for documentation build)
- # https://squidfunk.github.io/mkdocs-material/changelog/
- mkdocs-material
- # Introspection for embedded code
- # https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
- mkdocstrings[python]
- # Library for manipulating IP prefixes and addresses
- # https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
- netaddr
- # Python bindings to the ammonia HTML sanitization library.
- # https://github.com/messense/nh3
- nh3
- # Fork of PIL (Python Imaging Library) for image processing
- # https://github.com/python-pillow/Pillow/releases
- # https://pillow.readthedocs.io/en/stable/releasenotes/
- Pillow
- # PostgreSQL database adapter for Python
- # https://github.com/psycopg/psycopg/blob/master/docs/news.rst
- psycopg[c,pool]
- # YAML rendering library
- # https://github.com/yaml/pyyaml/blob/master/CHANGES
- PyYAML
- # Requests
- # https://github.com/psf/requests/blob/main/HISTORY.md
- requests
- # rq
- # https://github.com/rq/rq/blob/master/CHANGES.md
- rq
- # Django app for social-auth-core
- # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
- social-auth-app-django
- # Social authentication framework
- # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
- social-auth-core
- # Strawberry GraphQL
- # https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md
- strawberry-graphql
- # Strawberry GraphQL Django extension
- # https://github.com/strawberry-graphql/strawberry-django/releases
- strawberry-graphql-django
- # SVG image rendering (used for rack elevations)
- # https://github.com/mozman/svgwrite/blob/master/NEWS.rst
- svgwrite
- # Tabular dataset library (for table-based exports)
- # https://github.com/jazzband/tablib/blob/master/HISTORY.md
- tablib
- # Timezone data (required by django-timezone-field on Python 3.9+)
- # https://github.com/python/tzdata/blob/master/NEWS.md
- tzdata
|