2
0

base_requirements.txt 5.3 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
  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. # https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
  24. # v0.18.0 introduces errant migrations which need to be resolved
  25. django-mptt==0.17.0
  26. # Context managers for PostgreSQL advisory locks
  27. # https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
  28. django-pglocks
  29. # Prometheus metrics library for Django
  30. # https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
  31. django-prometheus
  32. # Django caching backend using Redis
  33. # https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst
  34. django-redis
  35. # Django extensions for Rich (terminal text rendering)
  36. # https://github.com/adamchainz/django-rich/blob/main/CHANGELOG.rst
  37. django-rich
  38. # Django integration for RQ (Reqis queuing)
  39. # https://github.com/rq/django-rq/blob/master/CHANGELOG.md
  40. django-rq
  41. # Provides a variety of storage backends
  42. # https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst
  43. django-storages
  44. # Abstraction models for rendering and paginating HTML tables
  45. # https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md
  46. django-tables2
  47. # User-defined tags for objects
  48. # https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
  49. django-taggit
  50. # A Django field for representing time zones
  51. # https://github.com/mfogel/django-timezone-field/
  52. django-timezone-field
  53. # A REST API framework for Django projects
  54. # https://www.django-rest-framework.org/community/release-notes/
  55. # TODO: Re-evaluate the monkey-patch of get_unique_validators() before upgrading
  56. djangorestframework==3.16.1
  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. # Current: https://github.com/jazzband/tablib/releases
  129. # Previous: 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