[dependencies] add comments explaining why we added those dev dependencies

This commit is contained in:
bronsen 2025-03-17 18:27:38 +01:00
parent 719d4254b2
commit ff18fc8994

View file

@ -1,9 +1,9 @@
-r test.in -r test.in
django-debug-toolbar django-debug-toolbar # debugging in the browser
django-stubs django-stubs # type hints for django
ipython ipython # more colorful repl
pip-compile-multi pip-compile-multi # superior dependency management
rich rich # pretty exceptions on dev/console
ruff ruff # linter
uv uv # resolver for pip-compile-multi