base_requirements.txt 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. # HTML sanitizer
  2. # https://github.com/mozilla/bleach
  3. bleach<6.0
  4. # Python client for Amazon AWS API
  5. # https://github.com/boto/boto3
  6. boto3
  7. # The Python web framework on which NetBox is built
  8. # https://github.com/django/django
  9. Django<4.2
  10. # Django middleware which permits cross-domain API requests
  11. # https://github.com/OttoYiu/django-cors-headers
  12. django-cors-headers
  13. # Runtime UI tool for debugging Django
  14. # https://github.com/jazzband/django-debug-toolbar
  15. django-debug-toolbar
  16. # Library for writing reusable URL query filters
  17. # https://github.com/carltongibson/django-filter
  18. django-filter
  19. # Django debug toolbar extension with support for GraphiQL
  20. # https://github.com/flavors/django-graphiql-debug-toolbar/
  21. django-graphiql-debug-toolbar
  22. # Modified Preorder Tree Traversal (recursive nesting of objects)
  23. # https://github.com/django-mptt/django-mptt
  24. django-mptt
  25. # Context managers for PostgreSQL advisory locks
  26. # https://github.com/Xof/django-pglocks
  27. django-pglocks
  28. # Prometheus metrics library for Django
  29. # https://github.com/korfuri/django-prometheus
  30. django-prometheus
  31. # Django caching backend using Redis
  32. # https://github.com/jazzband/django-redis
  33. django-redis
  34. # Django extensions for Rich (terminal text rendering)
  35. # https://github.com/adamchainz/django-rich
  36. django-rich
  37. # Django integration for RQ (Reqis queuing)
  38. # https://github.com/rq/django-rq
  39. django-rq
  40. # Abstraction models for rendering and paginating HTML tables
  41. # https://github.com/jieter/django-tables2
  42. django-tables2
  43. # User-defined tags for objects
  44. # https://github.com/alex/django-taggit
  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://github.com/encode/django-rest-framework
  51. djangorestframework
  52. # Sane and flexible OpenAPI 3 schema generation for Django REST framework.
  53. # https://github.com/tfranzel/drf-spectacular
  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. # RSS feed parser
  59. # https://github.com/kurtmckee/feedparser
  60. feedparser
  61. # Django wrapper for Graphene (GraphQL support)
  62. # https://github.com/graphql-python/graphene-django
  63. graphene_django
  64. # WSGI HTTP server
  65. # https://gunicorn.org/
  66. gunicorn
  67. # Platform-agnostic template rendering engine
  68. # https://github.com/pallets/jinja
  69. Jinja2
  70. # Simple markup language for rendering HTML
  71. # https://github.com/Python-Markdown/markdown
  72. # mkdocs currently requires Markdown v3.3
  73. Markdown<3.4
  74. # File inclusion plugin for Python-Markdown
  75. # https://github.com/cmacmackin/markdown-include
  76. markdown-include
  77. # MkDocs Material theme (for documentation build)
  78. # https://github.com/squidfunk/mkdocs-material
  79. mkdocs-material
  80. # Introspection for embedded code
  81. # https://github.com/mkdocstrings/mkdocstrings
  82. mkdocstrings[python-legacy]
  83. # Library for manipulating IP prefixes and addresses
  84. # https://github.com/netaddr/netaddr
  85. netaddr
  86. # Fork of PIL (Python Imaging Library) for image processing
  87. # https://github.com/python-pillow/Pillow
  88. Pillow
  89. # PostgreSQL database adapter for Python
  90. # https://github.com/psycopg/psycopg2
  91. psycopg2-binary
  92. # YAML rendering library
  93. # https://github.com/yaml/pyyaml
  94. PyYAML
  95. # Sentry SDK
  96. # https://github.com/getsentry/sentry-python
  97. sentry-sdk
  98. # Social authentication framework
  99. # https://github.com/python-social-auth/social-core
  100. social-auth-core
  101. # Django app for social-auth-core
  102. # https://github.com/python-social-auth/social-app-django
  103. # See https://github.com/python-social-auth/social-app-django/issues/429
  104. social-auth-app-django==5.0.0
  105. # SVG image rendering (used for rack elevations)
  106. # https://github.com/mozman/svgwrite
  107. svgwrite
  108. # Tabular dataset library (for table-based exports)
  109. # https://github.com/jazzband/tablib
  110. tablib
  111. # Timezone data (required by django-timezone-field on Python 3.9+)
  112. # https://github.com/python/tzdata
  113. tzdata