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