2018-11-27 09:51:48 -05:00
|
|
|
# The Python web framework on which NetBox is built
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://docs.djangoproject.com/en/stable/releases/
|
2024-01-05 10:30:04 -08:00
|
|
|
Django<5.1
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Django middleware which permits cross-domain API requests
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst
|
2018-07-17 11:10:13 -04:00
|
|
|
django-cors-headers
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Runtime UI tool for debugging Django
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
|
2018-07-17 11:10:13 -04:00
|
|
|
django-debug-toolbar
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Library for writing reusable URL query filters
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
|
2018-11-05 15:09:11 -05:00
|
|
|
django-filter
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2024-01-22 12:09:15 -05:00
|
|
|
# HTMX utilities for Django
|
|
|
|
# https://django-htmx.readthedocs.io/en/latest/changelog.html
|
|
|
|
django-htmx
|
|
|
|
|
2018-11-27 09:51:48 -05:00
|
|
|
# Modified Preorder Tree Traversal (recursive nesting of objects)
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
|
2024-03-29 09:20:29 -04:00
|
|
|
django-mptt
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2019-12-13 11:52:59 -08:00
|
|
|
# Context managers for PostgreSQL advisory locks
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
|
2019-12-13 11:52:59 -08:00
|
|
|
django-pglocks
|
|
|
|
|
2019-04-25 01:09:19 -04:00
|
|
|
# Prometheus metrics library for Django
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
|
2019-04-25 01:09:19 -04:00
|
|
|
django-prometheus
|
|
|
|
|
2022-06-09 11:48:32 -04:00
|
|
|
# Django caching backend using Redis
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst
|
2021-07-07 20:35:59 -04:00
|
|
|
django-redis
|
|
|
|
|
2022-06-09 11:48:32 -04:00
|
|
|
# Django extensions for Rich (terminal text rendering)
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/adamchainz/django-rich/blob/main/CHANGELOG.rst
|
2022-06-09 11:48:32 -04:00
|
|
|
django-rich
|
|
|
|
|
2019-12-10 15:16:20 -05:00
|
|
|
# Django integration for RQ (Reqis queuing)
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/rq/django-rq/blob/master/CHANGELOG.md
|
2019-12-10 15:16:20 -05:00
|
|
|
django-rq
|
|
|
|
|
2018-11-27 09:51:48 -05:00
|
|
|
# Abstraction models for rendering and paginating HTML tables
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md
|
2018-07-17 11:10:13 -04:00
|
|
|
django-tables2
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# User-defined tags for objects
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
|
2023-12-04 13:43:58 -05:00
|
|
|
django-taggit
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# A Django field for representing time zones
|
|
|
|
# https://github.com/mfogel/django-timezone-field/
|
2018-07-17 11:10:13 -04:00
|
|
|
django-timezone-field
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# A REST API framework for Django projects
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://www.django-rest-framework.org/community/release-notes/
|
2018-11-05 15:09:11 -05:00
|
|
|
djangorestframework
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2023-03-30 11:32:59 -07:00
|
|
|
# Sane and flexible OpenAPI 3 schema generation for Django REST framework.
|
2023-04-12 17:38:16 -04:00
|
|
|
# https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst
|
2023-03-30 11:32:59 -07:00
|
|
|
drf-spectacular
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2023-04-04 05:23:56 -07:00
|
|
|
# Serve self-contained distribution builds of Swagger UI and Redoc with Django.
|
|
|
|
# https://github.com/tfranzel/drf-spectacular-sidecar
|
|
|
|
drf-spectacular-sidecar
|
|
|
|
|
2023-03-14 11:59:27 -04:00
|
|
|
# RSS feed parser
|
2023-04-12 17:38:16 -04:00
|
|
|
# https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
|
2023-03-14 11:59:27 -04:00
|
|
|
feedparser
|
|
|
|
|
2020-02-26 13:54:07 -05:00
|
|
|
# WSGI HTTP server
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://docs.gunicorn.org/en/latest/news.html
|
2020-02-26 13:54:07 -05:00
|
|
|
gunicorn
|
|
|
|
|
2020-01-16 10:16:23 -05:00
|
|
|
# Platform-agnostic template rendering engine
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://jinja.palletsprojects.com/changes/
|
2022-04-28 14:39:02 -04:00
|
|
|
Jinja2
|
2020-01-16 10:16:23 -05:00
|
|
|
|
2018-11-27 09:51:48 -05:00
|
|
|
# Simple markup language for rendering HTML
|
2023-12-04 13:39:04 -05:00
|
|
|
# https://python-markdown.github.io/changelog/
|
|
|
|
Markdown
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2021-07-19 14:18:08 -04:00
|
|
|
# File inclusion plugin for Python-Markdown
|
|
|
|
# https://github.com/cmacmackin/markdown-include
|
|
|
|
markdown-include
|
|
|
|
|
|
|
|
# MkDocs Material theme (for documentation build)
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://squidfunk.github.io/mkdocs-material/changelog/
|
2021-07-19 14:18:08 -04:00
|
|
|
mkdocs-material
|
|
|
|
|
2022-01-19 16:58:06 -05:00
|
|
|
# Introspection for embedded code
|
2024-03-13 19:23:51 -04:00
|
|
|
# https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
|
2022-04-28 14:39:02 -04:00
|
|
|
mkdocstrings[python-legacy]
|
2022-01-19 16:58:06 -05:00
|
|
|
|
2018-11-27 09:51:48 -05:00
|
|
|
# Library for manipulating IP prefixes and addresses
|
2024-02-21 15:46:41 -05:00
|
|
|
# https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
|
2018-07-17 11:10:13 -04:00
|
|
|
netaddr
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2024-01-11 06:31:32 -08:00
|
|
|
# Python bindings to the ammonia HTML sanitization library.
|
|
|
|
# https://github.com/messense/nh3
|
|
|
|
nh3
|
|
|
|
|
2018-11-27 09:51:48 -05:00
|
|
|
# Fork of PIL (Python Imaging Library) for image processing
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
|
2018-07-17 11:10:13 -04:00
|
|
|
Pillow
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# PostgreSQL database adapter for Python
|
2023-06-23 07:38:08 -07:00
|
|
|
# https://github.com/psycopg/psycopg/blob/master/docs/news.rst
|
|
|
|
psycopg[binary,pool]
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2020-01-16 12:23:36 -05:00
|
|
|
# YAML rendering library
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/yaml/pyyaml/blob/master/CHANGES
|
2020-01-16 12:23:36 -05:00
|
|
|
PyYAML
|
|
|
|
|
2023-10-05 08:37:26 -07:00
|
|
|
# Requests
|
|
|
|
# https://github.com/psf/requests/blob/main/HISTORY.md
|
|
|
|
requests
|
|
|
|
|
2021-10-29 17:06:14 -04:00
|
|
|
# Social authentication framework
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
|
2022-02-03 10:39:39 -05:00
|
|
|
social-auth-core
|
2021-10-29 17:06:14 -04:00
|
|
|
|
|
|
|
# Django app for social-auth-core
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
|
2023-04-27 14:04:30 -04:00
|
|
|
social-auth-app-django
|
2021-10-29 17:06:14 -04:00
|
|
|
|
2024-03-22 09:56:30 -07:00
|
|
|
# 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/blob/main/CHANGELOG.md
|
2024-04-03 08:44:34 -04:00
|
|
|
# Pinned per #15574
|
|
|
|
strawberry-graphql-django==0.34.0
|
2024-03-22 09:56:30 -07:00
|
|
|
|
2020-01-16 10:16:23 -05:00
|
|
|
# SVG image rendering (used for rack elevations)
|
2024-03-22 09:56:30 -07:00
|
|
|
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst
|
2019-12-10 03:18:10 -05:00
|
|
|
svgwrite
|
2021-03-04 17:15:07 -05:00
|
|
|
|
|
|
|
# Tabular dataset library (for table-based exports)
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/jazzband/tablib/blob/master/HISTORY.md
|
2021-03-04 17:15:07 -05:00
|
|
|
tablib
|
2022-02-23 14:16:12 -05:00
|
|
|
|
|
|
|
# Timezone data (required by django-timezone-field on Python 3.9+)
|
2023-04-12 17:30:00 -04:00
|
|
|
# https://github.com/python/tzdata/blob/master/NEWS.md
|
2022-02-23 14:16:12 -05:00
|
|
|
tzdata
|