base_requirements.txt 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. # Swagger/OpenAPI schema generation for REST APIs
  53. # https://github.com/axnsan12/drf-yasg
  54. drf-yasg[validation]
  55. # RSS feed parser
  56. # https://github.com/kurtmckee/feedparser
  57. feedparser
  58. # Django wrapper for Graphene (GraphQL support)
  59. # https://github.com/graphql-python/graphene-django
  60. graphene_django
  61. # WSGI HTTP server
  62. # https://gunicorn.org/
  63. gunicorn
  64. # Platform-agnostic template rendering engine
  65. # https://github.com/pallets/jinja
  66. Jinja2
  67. # Simple markup language for rendering HTML
  68. # https://github.com/Python-Markdown/markdown
  69. # mkdocs currently requires Markdown v3.3
  70. Markdown<3.4
  71. # File inclusion plugin for Python-Markdown
  72. # https://github.com/cmacmackin/markdown-include
  73. markdown-include
  74. # MkDocs Material theme (for documentation build)
  75. # https://github.com/squidfunk/mkdocs-material
  76. mkdocs-material
  77. # Introspection for embedded code
  78. # https://github.com/mkdocstrings/mkdocstrings
  79. mkdocstrings[python-legacy]
  80. # Library for manipulating IP prefixes and addresses
  81. # https://github.com/netaddr/netaddr
  82. netaddr
  83. # Fork of PIL (Python Imaging Library) for image processing
  84. # https://github.com/python-pillow/Pillow
  85. Pillow
  86. # PostgreSQL database adapter for Python
  87. # https://github.com/psycopg/psycopg2
  88. psycopg2-binary
  89. # YAML rendering library
  90. # https://github.com/yaml/pyyaml
  91. PyYAML
  92. # Sentry SDK
  93. # https://github.com/getsentry/sentry-python
  94. sentry-sdk
  95. # Social authentication framework
  96. # https://github.com/python-social-auth/social-core
  97. social-auth-core
  98. # Django app for social-auth-core
  99. # https://github.com/python-social-auth/social-app-django
  100. social-auth-app-django
  101. # SVG image rendering (used for rack elevations)
  102. # https://github.com/mozman/svgwrite
  103. svgwrite
  104. # Tabular dataset library (for table-based exports)
  105. # https://github.com/jazzband/tablib
  106. tablib
  107. # Timezone data (required by django-timezone-field on Python 3.9+)
  108. # https://github.com/python/tzdata
  109. tzdata