# Development dependencies for MLX-LLM
# Install with: pip install -r requirements/requirements.dev.txt

# Include production dependencies
-r requirements.txt

pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-benchmark>=4.0.0
black>=23.0.0
mypy>=1.0.0
ruff>=0.1.0
isort>=5.10.0
twine>=4.0.0
