2
0

base_requirements.txt 3.4 KB

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