base_requirements.txt 5.3 KB

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