| # Development dependencies for DTO Framework | |
| # Testing | |
| pytest==7.4.3 | |
| pytest-cov==4.1.0 | |
| pytest-asyncio==0.21.1 | |
| pytest-mock==3.12.0 | |
| # Linting and formatting | |
| flake8==6.1.0 | |
| black==23.11.0 | |
| isort==5.12.0 | |
| mypy==1.7.0 | |
| bandit==1.7.5 | |
| # Documentation | |
| mkdocs==1.5.3 | |
| mkdocs-material==9.5.3 | |
| mkdocstrings==0.23.0 | |
| # Development tools | |
| ipython==8.18.1 | |
| jupyter==1.0.0 | |
| pre-commit==3.5.0 | |
| # Debugging | |
| debugpy==1.8.0 | |
| rich==13.7.0 | |
| # Build tools | |
| wheel==0.42.0 | |
| twine==4.0.2 | |
| setuptools==68.2.2 | |
| # Optional: Container development | |
| docker-compose==1.29.2 | |
| # Optional: API development | |
| fastapi==0.104.1 | |
| uvicorn==0.24.0 | |
| # Optional: Data analysis | |
| pandas==2.1.3 | |
| numpy==1.26.0 | |
| # Security scanning | |
| safety==2.3.5 | |
| trivy==0.49.1 | |
| # Monitoring development | |
| prometheus-client==0.19.0 | |
| graphyte==1.7.0 |