base_requirements.txt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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==6.0.*
  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/main/CHANGELOG.md
  26. # django-pglocks has been merged into django-pgware (see #22571)
  27. django-pglocks==1.0.4
  28. # Prometheus metrics library for Django
  29. # https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
  30. # TODO: 2.4.1 is incompatible with Django>=6.0, but a fixed release is expected
  31. # https://github.com/django-commons/django-prometheus/issues/494
  32. django-prometheus>=2.4.0,<2.5.0,!=2.4.1
  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. # See #21902 for upgrading to django-tables2 v2.9+
  48. django-tables2<2.9
  49. # User-defined tags for objects
  50. # https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
  51. django-taggit
  52. # A Django field for representing time zones
  53. # https://github.com/mfogel/django-timezone-field/
  54. django-timezone-field
  55. # A REST API framework for Django projects
  56. # https://www.django-rest-framework.org/community/release-notes/
  57. # TODO: Re-evaluate the monkey-patch of get_unique_validators() before upgrading
  58. djangorestframework==3.17.1
  59. # Sane and flexible OpenAPI 3 schema generation for Django REST framework.
  60. # https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst
  61. drf-spectacular
  62. # Serve self-contained distribution builds of Swagger UI and Redoc with Django.
  63. # https://github.com/tfranzel/drf-spectacular-sidecar
  64. drf-spectacular-sidecar
  65. # RSS feed parser
  66. # https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
  67. feedparser
  68. # WSGI HTTP server
  69. # https://gunicorn.org/news/
  70. gunicorn
  71. # Platform-agnostic template rendering engine
  72. # https://jinja.palletsprojects.com/changes/
  73. Jinja2
  74. # JSON schema validation
  75. # https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst
  76. jsonschema
  77. # Simple markup language for rendering HTML
  78. # https://python-markdown.github.io/changelog/
  79. Markdown
  80. # Retain MkDocs 1.x for mkdocstrings
  81. # https://github.com/mkdocs/mkdocs
  82. mkdocs<2.0
  83. # MkDocs Material theme (for documentation build)
  84. # https://squidfunk.github.io/mkdocs-material/changelog/
  85. mkdocs-material
  86. # Introspection for embedded code
  87. # https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
  88. mkdocstrings
  89. # Python handler for mkdocstrings
  90. # https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md
  91. mkdocstrings-python
  92. # Library for manipulating IP prefixes and addresses
  93. # https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
  94. netaddr
  95. # Python bindings to the ammonia HTML sanitization library.
  96. # https://github.com/messense/nh3
  97. nh3
  98. # Fork of PIL (Python Imaging Library) for image processing
  99. # https://github.com/python-pillow/Pillow/releases
  100. # https://pillow.readthedocs.io/en/stable/releasenotes/
  101. Pillow
  102. # PostgreSQL database adapter for Python
  103. # https://github.com/psycopg/psycopg/blob/master/docs/news.rst
  104. psycopg[c,pool]
  105. # YAML rendering library
  106. # https://github.com/yaml/pyyaml/blob/master/CHANGES
  107. PyYAML
  108. # redis-py
  109. # https://github.com/redis/redis-py
  110. # Default protocol changes to RESP3 in v8.0; see #22388
  111. redis<8.0
  112. # Requests
  113. # https://github.com/psf/requests/blob/main/HISTORY.md
  114. requests
  115. # rq
  116. # https://github.com/rq/rq/blob/master/CHANGES.md
  117. rq
  118. # Django app for social-auth-core
  119. # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
  120. social-auth-app-django
  121. # Social authentication framework
  122. # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
  123. # Need to verify that v4.9.0 does not introduce breaking changes (see #22095)
  124. social-auth-core==4.8.*
  125. # Image thumbnail generation
  126. # https://github.com/jazzband/sorl-thumbnail/blob/master/CHANGES.rst
  127. sorl-thumbnail
  128. # Strawberry GraphQL
  129. # https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md
  130. strawberry-graphql
  131. # Strawberry GraphQL Django extension
  132. # https://github.com/strawberry-graphql/strawberry-django/releases
  133. strawberry-graphql-django
  134. # SVG image rendering (used for rack elevations)
  135. # https://github.com/mozman/svgwrite/blob/master/NEWS.rst
  136. svgwrite
  137. # Tabular dataset library (for table-based exports)
  138. # Current: https://github.com/jazzband/tablib/releases
  139. # Previous: https://github.com/jazzband/tablib/blob/master/HISTORY.md
  140. tablib
  141. # Timezone data (required by django-timezone-field on Python 3.9+)
  142. # https://github.com/python/tzdata/blob/master/NEWS.md
  143. tzdata
  144. # Documentation builder (succeeds mkdocs)
  145. # https://github.com/zensical/zensical
  146. zensical