2025-03-13 19:25:18 +01:00
|
|
|
-r test.in
|
2025-03-12 17:29:12 +01:00
|
|
|
|
2025-03-17 18:27:38 +01:00
|
|
|
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
|
2025-03-18 00:18:31 +01:00
|
|
|
genbadge[tests,coverage] # create badges from coverage reports and pytest
|
2025-03-18 11:45:42 +01:00
|
|
|
pymarkdownlnt # lint markdown files, note: it's "lnt" at the end, not "lint"
|