base_requirements.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # The Python web framework on which NetBox is built
  2. # https://github.com/django/django
  3. Django
  4. # Django middleware which permits cross-domain API requests
  5. # https://github.com/OttoYiu/django-cors-headers
  6. django-cors-headers
  7. # Runtime UI tool for debugging Django
  8. # https://github.com/jazzband/django-debug-toolbar
  9. django-debug-toolbar
  10. # Library for writing reusable URL query filters
  11. # https://github.com/carltongibson/django-filter
  12. django-filter
  13. # Modified Preorder Tree Traversal (recursive nesting of objects)
  14. # https://github.com/django-mptt/django-mptt
  15. django-mptt
  16. # Abstraction models for rendering and paginating HTML tables
  17. # https://github.com/jieter/django-tables2
  18. django-tables2
  19. # User-defined tags for objects
  20. # https://github.com/alex/django-taggit
  21. django-taggit
  22. # A Django REST Framework serializer which represents tags
  23. # https://github.com/glemmaPaul/django-taggit-serializer
  24. django-taggit-serializer
  25. # A Django field for representing time zones
  26. # https://github.com/mfogel/django-timezone-field/
  27. django-timezone-field
  28. # A REST API framework for Django projects
  29. # https://github.com/encode/django-rest-framework
  30. djangorestframework
  31. # Swagger/OpenAPI schema generation for REST APIs
  32. # https://github.com/axnsan12/drf-yasg
  33. drf-yasg[validation]
  34. # Python interface to the graphviz graph rendering utility
  35. # https://github.com/xflr6/graphviz
  36. graphviz
  37. # Simple markup language for rendering HTML
  38. # https://github.com/Python-Markdown/markdown
  39. # py-gfm requires Markdown<3.0
  40. Markdown<3.0
  41. # Library for manipulating IP prefixes and addresses
  42. # https://github.com/drkjam/netaddr
  43. netaddr
  44. # Fork of PIL (Python Imaging Library) for image processing
  45. # https://github.com/python-pillow/Pillow
  46. Pillow
  47. # PostgreSQL database adapter for Python
  48. # https://github.com/psycopg/psycopg2
  49. psycopg2-binary
  50. # GitHub-flavored Markdown extensions
  51. # https://github.com/zopieux/py-gfm
  52. py-gfm
  53. # Extensive cryptographic library (fork of pycrypto)
  54. # https://github.com/Legrandin/pycryptodome
  55. pycryptodome