base_requirements.txt 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. # The Python web framework on which NetBox is built
  2. # https://docs.djangoproject.com/en/stable/releases/
  3. Django<5.1
  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 with support 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. # Pinned to 0.14.0; 0.15.0 requires Python 3.9+
  21. # https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
  22. django-mptt==0.14.0
  23. # Context managers for PostgreSQL advisory locks
  24. # https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
  25. django-pglocks
  26. # Prometheus metrics library for Django
  27. # https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
  28. django-prometheus
  29. # Django caching backend using Redis
  30. # https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst
  31. django-redis
  32. # Django extensions for Rich (terminal text rendering)
  33. # https://github.com/adamchainz/django-rich/blob/main/CHANGELOG.rst
  34. django-rich
  35. # Django integration for RQ (Reqis queuing)
  36. # https://github.com/rq/django-rq/blob/master/CHANGELOG.md
  37. django-rq
  38. # Abstraction models for rendering and paginating HTML tables
  39. # https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md
  40. django-tables2
  41. # User-defined tags for objects
  42. # https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
  43. django-taggit
  44. # A Django field for representing time zones
  45. # https://github.com/mfogel/django-timezone-field/
  46. django-timezone-field
  47. # A REST API framework for Django projects
  48. # https://www.django-rest-framework.org/community/release-notes/
  49. djangorestframework
  50. # Sane and flexible OpenAPI 3 schema generation for Django REST framework.
  51. # https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst
  52. drf-spectacular
  53. # Serve self-contained distribution builds of Swagger UI and Redoc with Django.
  54. # https://github.com/tfranzel/drf-spectacular-sidecar
  55. drf-spectacular-sidecar
  56. # RSS feed parser
  57. # https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
  58. feedparser
  59. # WSGI HTTP server
  60. # https://docs.gunicorn.org/en/latest/news.html
  61. gunicorn
  62. # Platform-agnostic template rendering engine
  63. # https://jinja.palletsprojects.com/changes/
  64. Jinja2
  65. # Simple markup language for rendering HTML
  66. # https://python-markdown.github.io/changelog/
  67. Markdown
  68. # File inclusion plugin for Python-Markdown
  69. # https://github.com/cmacmackin/markdown-include
  70. markdown-include
  71. # MkDocs Material theme (for documentation build)
  72. # https://squidfunk.github.io/mkdocs-material/changelog/
  73. mkdocs-material
  74. # Introspection for embedded code
  75. # https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md
  76. mkdocstrings[python-legacy]
  77. # Library for manipulating IP prefixes and addresses
  78. # https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
  79. netaddr
  80. # Python bindings to the ammonia HTML sanitization library.
  81. # https://github.com/messense/nh3
  82. nh3
  83. # Fork of PIL (Python Imaging Library) for image processing
  84. # https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
  85. Pillow
  86. # PostgreSQL database adapter for Python
  87. # https://github.com/psycopg/psycopg/blob/master/docs/news.rst
  88. psycopg[binary,pool]
  89. # YAML rendering library
  90. # https://github.com/yaml/pyyaml/blob/master/CHANGES
  91. PyYAML
  92. # Requests
  93. # https://github.com/psf/requests/blob/main/HISTORY.md
  94. requests
  95. # Social authentication framework
  96. # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
  97. social-auth-core
  98. # Django app for social-auth-core
  99. # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
  100. social-auth-app-django
  101. # Strawberry GraphQL Django extension
  102. # https://github.com/strawberry-graphql/strawberry-django/blob/main/CHANGELOG.md
  103. strawberry-django
  104. # SVG image rendering (used for rack elevations)
  105. # https://github.com/mozman/svgwrite/blob/master/NEWS.rst
  106. svgwrite
  107. # Tabular dataset library (for table-based exports)
  108. # https://github.com/jazzband/tablib/blob/master/HISTORY.md
  109. tablib
  110. # Timezone data (required by django-timezone-field on Python 3.9+)
  111. # https://github.com/python/tzdata/blob/master/NEWS.md
  112. tzdata