1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
netbox-community-netbox/base_requirements.txt

138 lines
3.5 KiB
Plaintext
Raw Normal View History

2022-07-11 11:40:10 -04:00
# HTML sanitizer
# https://github.com/mozilla/bleach
2023-02-02 15:24:54 -05:00
bleach<6.0
2022-07-11 11:40:10 -04:00
# The Python web framework on which NetBox is built
# https://github.com/django/django
2022-09-08 13:20:27 -07:00
Django<4.2
# Django middleware which permits cross-domain API requests
# https://github.com/OttoYiu/django-cors-headers
django-cors-headers
# Runtime UI tool for debugging Django
# https://github.com/jazzband/django-debug-toolbar
django-debug-toolbar
# Library for writing reusable URL query filters
# https://github.com/carltongibson/django-filter
2018-11-05 15:09:11 -05:00
django-filter
2021-06-08 13:52:39 -04:00
# Django debug toolbar extension with support for GraphiQL
# https://github.com/flavors/django-graphiql-debug-toolbar/
django-graphiql-debug-toolbar
# Modified Preorder Tree Traversal (recursive nesting of objects)
# https://github.com/django-mptt/django-mptt
django-mptt
# Context managers for PostgreSQL advisory locks
# https://github.com/Xof/django-pglocks
django-pglocks
# Prometheus metrics library for Django
# https://github.com/korfuri/django-prometheus
django-prometheus
# Django caching backend using Redis
# https://github.com/jazzband/django-redis
django-redis
# Django extensions for Rich (terminal text rendering)
# https://github.com/adamchainz/django-rich
django-rich
2019-12-10 15:16:20 -05:00
# Django integration for RQ (Reqis queuing)
# https://github.com/rq/django-rq
django-rq
# Abstraction models for rendering and paginating HTML tables
# https://github.com/jieter/django-tables2
django-tables2
# User-defined tags for objects
# https://github.com/alex/django-taggit
2022-07-14 12:04:53 -04:00
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://github.com/encode/django-rest-framework
2018-11-05 15:09:11 -05:00
djangorestframework
# Swagger/OpenAPI schema generation for REST APIs
# https://github.com/axnsan12/drf-yasg
drf-yasg[validation]
2021-06-08 13:52:39 -04:00
# Django wrapper for Graphene (GraphQL support)
# https://github.com/graphql-python/graphene-django
2022-12-14 13:10:22 -05:00
graphene_django
2021-06-08 13:52:39 -04:00
# WSGI HTTP server
# https://gunicorn.org/
gunicorn
2020-01-16 10:16:23 -05:00
# Platform-agnostic template rendering engine
# https://github.com/pallets/jinja
2022-04-28 14:39:02 -04:00
Jinja2
2020-01-16 10:16:23 -05:00
# Simple markup language for rendering HTML
# https://github.com/Python-Markdown/markdown
2022-10-05 09:47:55 -04:00
# mkdocs currently requires Markdown v3.3
Markdown<3.4
# File inclusion plugin for Python-Markdown
# https://github.com/cmacmackin/markdown-include
markdown-include
# MkDocs Material theme (for documentation build)
# https://github.com/squidfunk/mkdocs-material
mkdocs-material
2022-01-19 16:58:06 -05:00
# Introspection for embedded code
# https://github.com/mkdocstrings/mkdocstrings
2022-04-28 14:39:02 -04:00
mkdocstrings[python-legacy]
2022-01-19 16:58:06 -05:00
# Library for manipulating IP prefixes and addresses
# https://github.com/netaddr/netaddr
netaddr
# Fork of PIL (Python Imaging Library) for image processing
# https://github.com/python-pillow/Pillow
Pillow
# PostgreSQL database adapter for Python
# https://github.com/psycopg/psycopg2
psycopg2-binary
2020-01-16 12:23:36 -05:00
# YAML rendering library
# https://github.com/yaml/pyyaml
PyYAML
2022-05-11 15:20:18 -04:00
# Sentry SDK
# https://github.com/getsentry/sentry-python
sentry-sdk
2021-10-29 17:06:14 -04:00
# Social authentication framework
# https://github.com/python-social-auth/social-core
social-auth-core
2021-10-29 17:06:14 -04:00
# Django app for social-auth-core
# https://github.com/python-social-auth/social-app-django
2023-03-28 13:46:43 -04:00
# See https://github.com/python-social-auth/social-app-django/issues/429
social-auth-app-django==5.0.0
2021-10-29 17:06:14 -04:00
2020-01-16 10:16:23 -05:00
# SVG image rendering (used for rack elevations)
2019-12-10 03:18:10 -05:00
# https://github.com/mozman/svgwrite
svgwrite
2021-03-04 17:15:07 -05:00
# Tabular dataset library (for table-based exports)
# https://github.com/jazzband/tablib
tablib
# Timezone data (required by django-timezone-field on Python 3.9+)
# https://github.com/python/tzdata
tzdata