| # Development Dependencies | |
| # Install with: pip install -r requirements-dev.txt | |
| -r requirements.txt | |
| # Testing | |
| pytest==7.4.3 | |
| pytest-asyncio==0.21.1 | |
| pytest-cov==4.1.0 | |
| httpx==0.25.2 | |
| # Code Quality | |
| black==23.12.0 | |
| flake8==6.1.0 | |
| flake8-docstrings==1.7.0 | |
| pycodestyle==2.11.1 | |
| pydocstyle==6.3.0 | |
| mypy==1.7.1 | |
| isort==5.13.2 | |
| pylint==3.0.3 | |
| # Security | |
| bandit==1.7.5 | |
| safety==2.3.5 | |
| # Documentation | |
| mkdocs==1.5.3 | |
| mkdocs-material==9.4.14 | |
| sphinx==7.2.6 | |
| # Development Tools | |
| ipython==8.18.1 | |
| ipdb==0.13.13 | |
| python-dotenv==1.0.0 | |
| # Pre-commit hooks | |
| pre-commit==3.5.0 | |