[dependencies] add comments explaining why we added those dev dependencies
This commit is contained in:
parent
719d4254b2
commit
ff18fc8994
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue