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