[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
|
||||
|
||||
django-debug-toolbar
|
||||
django-stubs
|
||||
ipython
|
||||
pip-compile-multi
|
||||
rich
|
||||
ruff
|
||||
uv
|
||||
django-debug-toolbar # debugging in the browser
|
||||
django-stubs # type hints for django
|
||||
ipython # more colorful repl
|
||||
pip-compile-multi # superior dependency management
|
||||
rich # pretty exceptions on dev/console
|
||||
ruff # linter
|
||||
uv # resolver for pip-compile-multi
|
||||
|
|
Loading…
Add table
Reference in a new issue