base_requirements.txt 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. # v0.18.0 introduces errant migrations which need to be resolved
  27. django-mptt==0.17.0
  28. # Context managers for PostgreSQL advisory locks
  29. # https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
  30. django-pglocks
  31. # Prometheus metrics library for Django
  32. # https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
  33. django-prometheus
  34. # Django caching backend using Redis
  35. # https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst
  36. django-redis
  37. # Django extensions for Rich (terminal text rendering)
  38. # https://github.com/adamchainz/django-rich/blob/main/CHANGELOG.rst
  39. django-rich
  40. # Django integration for RQ (Reqis queuing)
  41. # https://github.com/rq/django-rq/blob/master/CHANGELOG.md
  42. django-rq
  43. # Provides a variety of storage backends
  44. # https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst
  45. django-storages
  46. # Abstraction models for rendering and paginating HTML tables
  47. # https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md
  48. django-tables2
  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.16.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://docs.gunicorn.org/en/latest/news.html
  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. # MkDocs Material theme (for documentation build)
  81. # https://squidfunk.github.io/mkdocs-material/changelog/
  82. mkdocs-material
  83. # Introspection for embedded code
  84. # https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
  85. mkdocstrings
  86. # Python handler for mkdocstrings
  87. # https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md
  88. mkdocstrings-python
  89. # Library for manipulating IP prefixes and addresses
  90. # https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
  91. netaddr
  92. # Python bindings to the ammonia HTML sanitization library.
  93. # https://github.com/messense/nh3
  94. nh3
  95. # Fork of PIL (Python Imaging Library) for image processing
  96. # https://github.com/python-pillow/Pillow/releases
  97. # https://pillow.readthedocs.io/en/stable/releasenotes/
  98. Pillow
  99. # PostgreSQL database adapter for Python
  100. # https://github.com/psycopg/psycopg/blob/master/docs/news.rst
  101. psycopg[c,pool]
  102. # YAML rendering library
  103. # https://github.com/yaml/pyyaml/blob/master/CHANGES
  104. PyYAML
  105. # Requests
  106. # https://github.com/psf/requests/blob/main/HISTORY.md
  107. requests
  108. # rq
  109. # https://github.com/rq/rq/blob/master/CHANGES.md
  110. rq
  111. # Django app for social-auth-core
  112. # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
  113. social-auth-app-django
  114. # Social authentication framework
  115. # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
  116. social-auth-core
  117. # Image thumbnail generation
  118. # https://github.com/jazzband/sorl-thumbnail/blob/master/CHANGES.rst
  119. sorl-thumbnail
  120. # Strawberry GraphQL
  121. # https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md
  122. strawberry-graphql
  123. # Strawberry GraphQL Django extension
  124. # https://github.com/strawberry-graphql/strawberry-django/releases
  125. strawberry-graphql-django
  126. # SVG image rendering (used for rack elevations)
  127. # https://github.com/mozman/svgwrite/blob/master/NEWS.rst
  128. svgwrite
  129. # Tabular dataset library (for table-based exports)
  130. # https://github.com/jazzband/tablib/blob/master/HISTORY.md
  131. tablib
  132. # Timezone data (required by django-timezone-field on Python 3.9+)
  133. # https://github.com/python/tzdata/blob/master/NEWS.md
  134. tzdata