9 lines
348 B
Text
9 lines
348 B
Text
-r test.in
|
|
|
|
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
|