base_requirements.txt 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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
  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 chaching backend using Redis
  29. # https://github.com/jazzband/django-redis
  30. django-redis
  31. # Django integration for RQ (Reqis queuing)
  32. # https://github.com/rq/django-rq
  33. django-rq
  34. # Abstraction models for rendering and paginating HTML tables
  35. # https://github.com/jieter/django-tables2
  36. django-tables2
  37. # User-defined tags for objects
  38. # https://github.com/alex/django-taggit
  39. # Will evaluate v3.0 during NetBox v3.3 beta
  40. django-taggit>=2.1.0,<3.0
  41. # A Django field for representing time zones
  42. # https://github.com/mfogel/django-timezone-field/
  43. django-timezone-field
  44. # A REST API framework for Django projects
  45. # https://github.com/encode/django-rest-framework
  46. djangorestframework
  47. # Swagger/OpenAPI schema generation for REST APIs
  48. # https://github.com/axnsan12/drf-yasg
  49. drf-yasg[validation]
  50. # Django wrapper for Graphene (GraphQL support)
  51. # https://github.com/graphql-python/graphene-django
  52. graphene_django
  53. # WSGI HTTP server
  54. # https://gunicorn.org/
  55. gunicorn
  56. # Platform-agnostic template rendering engine
  57. # https://github.com/pallets/jinja
  58. Jinja2
  59. # Simple markup language for rendering HTML
  60. # https://github.com/Python-Markdown/markdown
  61. Markdown
  62. # File inclusion plugin for Python-Markdown
  63. # https://github.com/cmacmackin/markdown-include
  64. markdown-include
  65. # MkDocs Material theme (for documentation build)
  66. # https://github.com/squidfunk/mkdocs-material
  67. mkdocs-material
  68. # Introspection for embedded code
  69. # https://github.com/mkdocstrings/mkdocstrings
  70. mkdocstrings[python-legacy]
  71. # Library for manipulating IP prefixes and addresses
  72. # https://github.com/netaddr/netaddr
  73. netaddr
  74. # Fork of PIL (Python Imaging Library) for image processing
  75. # https://github.com/python-pillow/Pillow
  76. Pillow
  77. # PostgreSQL database adapter for Python
  78. # https://github.com/psycopg/psycopg2
  79. psycopg2-binary
  80. # YAML rendering library
  81. # https://github.com/yaml/pyyaml
  82. PyYAML
  83. # Sentry SDK
  84. # https://github.com/getsentry/sentry-python
  85. sentry-sdk
  86. # Social authentication framework
  87. # https://github.com/python-social-auth/social-core
  88. social-auth-core
  89. # Django app for social-auth-core
  90. # https://github.com/python-social-auth/social-app-django
  91. social-auth-app-django
  92. # SVG image rendering (used for rack elevations)
  93. # https://github.com/mozman/svgwrite
  94. svgwrite
  95. # Tabular dataset library (for table-based exports)
  96. # https://github.com/jazzband/tablib
  97. tablib
  98. # Timezone data (required by django-timezone-field on Python 3.9+)
  99. # https://github.com/python/tzdata
  100. tzdata