2
0

base_requirements.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # The Python web framework on which NetBox is built
  2. # https://github.com/django/django
  3. Django
  4. # Django caching using Redis
  5. # https://github.com/Suor/django-cacheops
  6. django-cacheops
  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. # Modified Preorder Tree Traversal (recursive nesting of objects)
  17. # https://github.com/django-mptt/django-mptt
  18. django-mptt
  19. # Context managers for PostgreSQL advisory locks
  20. # https://github.com/Xof/django-pglocks
  21. django-pglocks
  22. # Prometheus metrics library for Django
  23. # https://github.com/korfuri/django-prometheus
  24. django-prometheus
  25. # Django integration for RQ (Reqis queuing)
  26. # https://github.com/rq/django-rq
  27. django-rq
  28. # Abstraction models for rendering and paginating HTML tables
  29. # https://github.com/jieter/django-tables2
  30. django-tables2
  31. # User-defined tags for objects
  32. # https://github.com/alex/django-taggit
  33. django-taggit
  34. # A Django REST Framework serializer which represents tags
  35. # https://github.com/glemmaPaul/django-taggit-serializer
  36. django-taggit-serializer
  37. # A Django field for representing time zones
  38. # https://github.com/mfogel/django-timezone-field/
  39. django-timezone-field
  40. # A REST API framework for Django projects
  41. # https://github.com/encode/django-rest-framework
  42. djangorestframework
  43. # Swagger/OpenAPI schema generation for REST APIs
  44. # https://github.com/axnsan12/drf-yasg
  45. drf-yasg[validation]
  46. # WSGI HTTP server
  47. # https://gunicorn.org/
  48. gunicorn
  49. # Platform-agnostic template rendering engine
  50. # https://github.com/pallets/jinja
  51. Jinja2
  52. # Simple markup language for rendering HTML
  53. # https://github.com/Python-Markdown/markdown
  54. Markdown
  55. # Library for manipulating IP prefixes and addresses
  56. # https://github.com/drkjam/netaddr
  57. netaddr
  58. # Fork of PIL (Python Imaging Library) for image processing
  59. # https://github.com/python-pillow/Pillow
  60. Pillow
  61. # PostgreSQL database adapter for Python
  62. # https://github.com/psycopg/psycopg2
  63. psycopg2-binary
  64. # Extensive cryptographic library (fork of pycrypto)
  65. # https://github.com/Legrandin/pycryptodome
  66. pycryptodome
  67. # YAML rendering library
  68. # https://github.com/yaml/pyyaml
  69. PyYAML
  70. # In-memory key/value store used for caching and queuing
  71. # https://github.com/andymccurdy/redis-py
  72. redis
  73. # SVG image rendering (used for rack elevations)
  74. # https://github.com/mozman/svgwrite
  75. svgwrite