base_requirements.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. # The Python web framework on which NetBox is built
  2. # https://docs.djangoproject.com/en/stable/releases/
  3. Django<5.1
  4. # Django middleware which permits cross-domain API requests
  5. # https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst
  6. django-cors-headers
  7. # Runtime UI tool for debugging Django
  8. # https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
  9. # Pinned for DNS looukp bug; see https://github.com/netbox-community/netbox/issues/16454
  10. # and https://github.com/jazzband/django-debug-toolbar/issues/1927
  11. django-debug-toolbar==4.3.0
  12. # Library for writing reusable URL query filters
  13. # https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
  14. django-filter
  15. # HTMX utilities for Django
  16. # https://django-htmx.readthedocs.io/en/latest/changelog.html
  17. django-htmx
  18. # Modified Preorder Tree Traversal (recursive nesting of objects)
  19. # https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
  20. django-mptt
  21. # Context managers for PostgreSQL advisory locks
  22. # https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
  23. django-pglocks
  24. # Prometheus metrics library for Django
  25. # https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
  26. django-prometheus
  27. # Django caching backend using Redis
  28. # https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst
  29. django-redis
  30. # Django extensions for Rich (terminal text rendering)
  31. # https://github.com/adamchainz/django-rich/blob/main/CHANGELOG.rst
  32. django-rich
  33. # Django integration for RQ (Reqis queuing)
  34. # https://github.com/rq/django-rq/blob/master/CHANGELOG.md
  35. django-rq
  36. # Abstraction models for rendering and paginating HTML tables
  37. # https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md
  38. django-tables2
  39. # User-defined tags for objects
  40. # https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
  41. django-taggit
  42. # A Django field for representing time zones
  43. # https://github.com/mfogel/django-timezone-field/
  44. django-timezone-field
  45. # A REST API framework for Django projects
  46. # https://www.django-rest-framework.org/community/release-notes/
  47. djangorestframework
  48. # Sane and flexible OpenAPI 3 schema generation for Django REST framework.
  49. # https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst
  50. drf-spectacular
  51. # Serve self-contained distribution builds of Swagger UI and Redoc with Django.
  52. # https://github.com/tfranzel/drf-spectacular-sidecar
  53. drf-spectacular-sidecar
  54. # RSS feed parser
  55. # https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
  56. feedparser
  57. # WSGI HTTP server
  58. # https://docs.gunicorn.org/en/latest/news.html
  59. gunicorn
  60. # Platform-agnostic template rendering engine
  61. # https://jinja.palletsprojects.com/changes/
  62. Jinja2
  63. # Simple markup language for rendering HTML
  64. # https://python-markdown.github.io/changelog/
  65. Markdown
  66. # File inclusion plugin for Python-Markdown
  67. # https://github.com/cmacmackin/markdown-include
  68. markdown-include
  69. # MkDocs Material theme (for documentation build)
  70. # https://squidfunk.github.io/mkdocs-material/changelog/
  71. mkdocs-material
  72. # Introspection for embedded code
  73. # https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
  74. mkdocstrings[python-legacy]
  75. # Library for manipulating IP prefixes and addresses
  76. # https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
  77. netaddr
  78. # Python bindings to the ammonia HTML sanitization library.
  79. # https://github.com/messense/nh3
  80. nh3
  81. # Fork of PIL (Python Imaging Library) for image processing
  82. # https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
  83. Pillow
  84. # PostgreSQL database adapter for Python
  85. # https://github.com/psycopg/psycopg/blob/master/docs/news.rst
  86. psycopg[c,pool]
  87. # YAML rendering library
  88. # https://github.com/yaml/pyyaml/blob/master/CHANGES
  89. PyYAML
  90. # Requests
  91. # https://github.com/psf/requests/blob/main/HISTORY.md
  92. requests
  93. # Social authentication framework
  94. # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
  95. social-auth-core
  96. # Django app for social-auth-core
  97. # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
  98. social-auth-app-django
  99. # Strawberry GraphQL
  100. # https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md
  101. strawberry-graphql
  102. # Strawberry GraphQL Django extension
  103. # https://github.com/strawberry-graphql/strawberry-django/releases
  104. strawberry-graphql-django
  105. # SVG image rendering (used for rack elevations)
  106. # https://github.com/mozman/svgwrite/blob/master/NEWS.rst
  107. svgwrite
  108. # Tabular dataset library (for table-based exports)
  109. # https://github.com/jazzband/tablib/blob/master/HISTORY.md
  110. tablib
  111. # Timezone data (required by django-timezone-field on Python 3.9+)
  112. # https://github.com/python/tzdata/blob/master/NEWS.md
  113. tzdata