base_requirements.txt 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. # HTML sanitizer
  2. # https://github.com/mozilla/bleach/blob/main/CHANGES
  3. bleach
  4. # The Python web framework on which NetBox is built
  5. # https://docs.djangoproject.com/en/stable/releases/
  6. Django<5.0
  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 with support for GraphiQL
  17. # https://github.com/flavors/django-graphiql-debug-toolbar/blob/main/CHANGES.rst
  18. django-graphiql-debug-toolbar
  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. # Pinned to 3.14 for NetBox v3.7
  50. djangorestframework<3.15
  51. # Sane and flexible OpenAPI 3 schema generation for Django REST framework.
  52. # https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst
  53. drf-spectacular
  54. # Serve self-contained distribution builds of Swagger UI and Redoc with Django.
  55. # https://github.com/tfranzel/drf-spectacular-sidecar
  56. drf-spectacular-sidecar
  57. # RSS feed parser
  58. # https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
  59. feedparser
  60. # Django wrapper for Graphene (GraphQL support)
  61. # https://github.com/graphql-python/graphene-django/releases
  62. # Pinned to v3.0.0 for GraphiQL UI issue (see #12762)
  63. graphene_django==3.0.0
  64. # WSGI HTTP server
  65. # https://docs.gunicorn.org/en/latest/news.html
  66. gunicorn
  67. # Platform-agnostic template rendering engine
  68. # https://jinja.palletsprojects.com/changes/
  69. Jinja2
  70. # Simple markup language for rendering HTML
  71. # https://python-markdown.github.io/changelog/
  72. Markdown
  73. # File inclusion plugin for Python-Markdown
  74. # https://github.com/cmacmackin/markdown-include
  75. markdown-include
  76. # MkDocs Material theme (for documentation build)
  77. # https://squidfunk.github.io/mkdocs-material/changelog/
  78. mkdocs-material
  79. # Introspection for embedded code
  80. # https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
  81. mkdocstrings[python-legacy]
  82. # Library for manipulating IP prefixes and addresses
  83. # https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
  84. netaddr
  85. # Fork of PIL (Python Imaging Library) for image processing
  86. # https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
  87. Pillow
  88. # PostgreSQL database adapter for Python
  89. # https://github.com/psycopg/psycopg/blob/master/docs/news.rst
  90. psycopg[binary,pool]
  91. # YAML rendering library
  92. # https://github.com/yaml/pyyaml/blob/master/CHANGES
  93. PyYAML
  94. # Requests
  95. # https://github.com/psf/requests/blob/main/HISTORY.md
  96. requests
  97. # Social authentication framework
  98. # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
  99. social-auth-core
  100. # Django app for social-auth-core
  101. # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
  102. social-auth-app-django
  103. # SVG image rendering (used for rack elevations)
  104. # hhttps://github.com/mozman/svgwrite/blob/master/NEWS.rst
  105. svgwrite
  106. # Tabular dataset library (for table-based exports)
  107. # https://github.com/jazzband/tablib/blob/master/HISTORY.md
  108. tablib
  109. # Timezone data (required by django-timezone-field on Python 3.9+)
  110. # https://github.com/python/tzdata/blob/master/NEWS.md
  111. tzdata