base_requirements.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. # HTML sanitizer
  2. # https://github.com/mozilla/bleach/blob/main/CHANGES
  3. bleach
  4. # Python client for Amazon AWS API
  5. # https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
  6. boto3
  7. # The Python web framework on which NetBox is built
  8. # https://docs.djangoproject.com/en/stable/releases/
  9. Django<4.2
  10. # Django middleware which permits cross-domain API requests
  11. # https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst
  12. django-cors-headers
  13. # Runtime UI tool for debugging Django
  14. # https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
  15. django-debug-toolbar
  16. # Library for writing reusable URL query filters
  17. # https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
  18. django-filter
  19. # Django debug toolbar extension with support for GraphiQL
  20. # https://github.com/flavors/django-graphiql-debug-toolbar/blob/main/CHANGES.rst
  21. django-graphiql-debug-toolbar
  22. # Modified Preorder Tree Traversal (recursive nesting of objects)
  23. # https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
  24. django-mptt
  25. # Context managers for PostgreSQL advisory locks
  26. # https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
  27. django-pglocks
  28. # Prometheus metrics library for Django
  29. # https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
  30. django-prometheus
  31. # Django caching backend using Redis
  32. # https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst
  33. django-redis
  34. # Django extensions for Rich (terminal text rendering)
  35. # https://github.com/adamchainz/django-rich/blob/main/CHANGELOG.rst
  36. django-rich
  37. # Django integration for RQ (Reqis queuing)
  38. # https://github.com/rq/django-rq/blob/master/CHANGELOG.md
  39. django-rq
  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. # Git client for file sync
  59. # https://github.com/jelmer/dulwich/releases
  60. dulwich
  61. # RSS feed parser
  62. # https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
  63. feedparser
  64. # Django wrapper for Graphene (GraphQL support)
  65. # https://github.com/graphql-python/graphene-django/releases
  66. # Pinned to v3.0.0 for GraphiQL UI issue (see #12762)
  67. graphene_django==3.0.0
  68. # WSGI HTTP server
  69. # https://docs.gunicorn.org/en/latest/news.html
  70. gunicorn
  71. # Platform-agnostic template rendering engine
  72. # https://jinja.palletsprojects.com/changes/
  73. Jinja2
  74. # Simple markup language for rendering HTML
  75. # https://python-markdown.github.io/change_log/
  76. # mkdocs currently requires Markdown v3.3
  77. Markdown<3.4
  78. # File inclusion plugin for Python-Markdown
  79. # https://github.com/cmacmackin/markdown-include
  80. markdown-include
  81. # MkDocs Material theme (for documentation build)
  82. # https://squidfunk.github.io/mkdocs-material/changelog/
  83. mkdocs-material
  84. # Introspection for embedded code
  85. # https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md
  86. mkdocstrings[python-legacy]
  87. # Library for manipulating IP prefixes and addresses
  88. # https://github.com/netaddr/netaddr/blob/master/CHANGELOG
  89. netaddr
  90. # Fork of PIL (Python Imaging Library) for image processing
  91. # https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
  92. Pillow
  93. # PostgreSQL database adapter for Python
  94. # https://www.psycopg.org/docs/news.html
  95. psycopg2-binary
  96. # YAML rendering library
  97. # https://github.com/yaml/pyyaml/blob/master/CHANGES
  98. PyYAML
  99. # Sentry SDK
  100. # https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md
  101. sentry-sdk
  102. # Social authentication framework
  103. # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
  104. social-auth-core
  105. # Django app for social-auth-core
  106. # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
  107. social-auth-app-django
  108. # SVG image rendering (used for rack elevations)
  109. # hhttps://github.com/mozman/svgwrite/blob/master/NEWS.rst
  110. svgwrite
  111. # Tabular dataset library (for table-based exports)
  112. # https://github.com/jazzband/tablib/blob/master/HISTORY.md
  113. tablib
  114. # Timezone data (required by django-timezone-field on Python 3.9+)
  115. # https://github.com/python/tzdata/blob/master/NEWS.md
  116. tzdata