base_requirements.txt 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. djangorestframework
  58. # Sane and flexible OpenAPI 3 schema generation for Django REST framework.
  59. # https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst
  60. drf-spectacular
  61. # Serve self-contained distribution builds of Swagger UI and Redoc with Django.
  62. # https://github.com/tfranzel/drf-spectacular-sidecar
  63. drf-spectacular-sidecar
  64. # RSS feed parser
  65. # https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
  66. feedparser
  67. # WSGI HTTP server
  68. # https://docs.gunicorn.org/en/latest/news.html
  69. gunicorn
  70. # Platform-agnostic template rendering engine
  71. # https://jinja.palletsprojects.com/changes/
  72. Jinja2
  73. # JSON schema validation
  74. # https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst
  75. jsonschema
  76. # Simple markup language for rendering HTML
  77. # https://python-markdown.github.io/changelog/
  78. Markdown
  79. # MkDocs Material theme (for documentation build)
  80. # https://squidfunk.github.io/mkdocs-material/changelog/
  81. mkdocs-material
  82. # Introspection for embedded code
  83. # https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
  84. mkdocstrings
  85. # Python handler for mkdocstrings
  86. # https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md
  87. mkdocstrings-python
  88. # Library for manipulating IP prefixes and addresses
  89. # https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
  90. netaddr
  91. # Python bindings to the ammonia HTML sanitization library.
  92. # https://github.com/messense/nh3
  93. nh3
  94. # Fork of PIL (Python Imaging Library) for image processing
  95. # https://github.com/python-pillow/Pillow/releases
  96. # https://pillow.readthedocs.io/en/stable/releasenotes/
  97. Pillow
  98. # PostgreSQL database adapter for Python
  99. # https://github.com/psycopg/psycopg/blob/master/docs/news.rst
  100. psycopg[c,pool]
  101. # YAML rendering library
  102. # https://github.com/yaml/pyyaml/blob/master/CHANGES
  103. PyYAML
  104. # Requests
  105. # https://github.com/psf/requests/blob/main/HISTORY.md
  106. requests
  107. # rq
  108. # https://github.com/rq/rq/blob/master/CHANGES.md
  109. rq
  110. # Django app for social-auth-core
  111. # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
  112. social-auth-app-django
  113. # Social authentication framework
  114. # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
  115. social-auth-core
  116. # Image thumbnail generation
  117. # https://github.com/jazzband/sorl-thumbnail/blob/master/CHANGES.rst
  118. sorl-thumbnail
  119. # Strawberry GraphQL
  120. # https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md
  121. strawberry-graphql
  122. # Strawberry GraphQL Django extension
  123. # https://github.com/strawberry-graphql/strawberry-django/releases
  124. strawberry-graphql-django
  125. # SVG image rendering (used for rack elevations)
  126. # https://github.com/mozman/svgwrite/blob/master/NEWS.rst
  127. svgwrite
  128. # Tabular dataset library (for table-based exports)
  129. # https://github.com/jazzband/tablib/blob/master/HISTORY.md
  130. tablib
  131. # Timezone data (required by django-timezone-field on Python 3.9+)
  132. # https://github.com/python/tzdata/blob/master/NEWS.md
  133. tzdata