base_requirements.txt 4.8 KB

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