base_requirements.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. graphene_django
  67. # WSGI HTTP server
  68. # https://docs.gunicorn.org/en/latest/news.html
  69. gunicorn
  70. # Platform-agnostic template rendering engine
  71. # https://jinja.palletsprojects.com/changes/
  72. Jinja2
  73. # Simple markup language for rendering HTML
  74. # https://python-markdown.github.io/change_log/
  75. # mkdocs currently requires Markdown v3.3
  76. Markdown<3.4
  77. # File inclusion plugin for Python-Markdown
  78. # https://github.com/cmacmackin/markdown-include
  79. markdown-include
  80. # MkDocs Material theme (for documentation build)
  81. # https://squidfunk.github.io/mkdocs-material/changelog/
  82. mkdocs-material
  83. # Introspection for embedded code
  84. # https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md
  85. mkdocstrings[python-legacy]
  86. # Library for manipulating IP prefixes and addresses
  87. # https://github.com/netaddr/netaddr/blob/master/CHANGELOG
  88. netaddr
  89. # Fork of PIL (Python Imaging Library) for image processing
  90. # https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
  91. Pillow
  92. # PostgreSQL database adapter for Python
  93. # https://www.psycopg.org/docs/news.html
  94. psycopg2-binary
  95. # YAML rendering library
  96. # https://github.com/yaml/pyyaml/blob/master/CHANGES
  97. PyYAML
  98. # Sentry SDK
  99. # https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md
  100. sentry-sdk
  101. # Social authentication framework
  102. # https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md
  103. social-auth-core
  104. # Django app for social-auth-core
  105. # https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
  106. social-auth-app-django
  107. # SVG image rendering (used for rack elevations)
  108. # hhttps://github.com/mozman/svgwrite/blob/master/NEWS.rst
  109. svgwrite
  110. # Tabular dataset library (for table-based exports)
  111. # https://github.com/jazzband/tablib/blob/master/HISTORY.md
  112. tablib
  113. # Timezone data (required by django-timezone-field on Python 3.9+)
  114. # https://github.com/python/tzdata/blob/master/NEWS.md
  115. tzdata