25 lines
338 B
Plaintext
25 lines
338 B
Plaintext
# Development server improvements
|
|
django-extensions>=3.2
|
|
|
|
# Better shell
|
|
ipython>=8.25
|
|
|
|
# Debug toolbar
|
|
django-debug-toolbar>=4.4
|
|
|
|
# Testing
|
|
coverage>=7.10
|
|
factory-boy>=3.3
|
|
|
|
# Linting & formatting
|
|
black>=24.4
|
|
ruff>=0.5
|
|
|
|
# Type checking
|
|
mypy>=1.10
|
|
django-stubs>=5.0
|
|
|
|
# Pre-commit hooks
|
|
pre-commit>=3.7
|
|
commitizen>=4.13
|