Spaces:
Runtime error
Runtime error
| # Include production requirements | |
| -r requirements.txt | |
| # Development and debugging tools | |
| ipython | |
| jupyter | |
| black | |
| flake8 | |
| mypy | |
| pre-commit | |
| # Advanced testing | |
| pytest-cov | |
| pytest-mock | |
| pytest-xdist | |
| # Development server | |
| uvicorn[standard] | |
| # LLM Router Development Tools | |
| litellm | |
| httpx |