operations / requirements-dev.txt
jbbove's picture
Comprehensive update: LLM Router implementation and Docker fixes
e45fdd8
# 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