| # Include base requirements | |
| -r requirements.txt | |
| # Additional development tools | |
| pytest-xdist>=2.5.0 # Parallel test execution | |
| pytest-mock>=3.10.0 # Mocking support | |
| coverage>=6.5.0 # Code coverage | |
| # Code quality | |
| pylint>=2.15.0 | |
| autopep8>=2.0.0 | |
| isort>=5.11.0 | |
| # Type checking | |
| types-click>=8.0.0 | |
| # Pre-commit hooks | |
| pre-commit>=2.20.0 | |
| # Jupyter for experimentation | |
| jupyter>=1.0.0 | |
| ipython>=8.0.0 | |