teilchensammler/requirements/dev.in
bronsen 2070318ced [dependencies] add pymarkdownlnt to lint markdown files
mind the package name: it is pymarkdonlnt (l-n-t)
2025-03-18 11:45:42 +01:00

11 lines
508 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
genbadge[tests,coverage] # create badges from coverage reports and pytest
pymarkdownlnt # lint markdown files, note: it's "lnt" at the end, not "lint"