# dfastllm Development Requirements
# Install with: pip install -r requirements-dev.txt

-r requirements.txt

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-timeout>=2.2.0

# Linting & Formatting
ruff>=0.1.0
black>=23.0.0
mypy>=1.7.0
types-requests>=2.31.0

# Development Tools
pre-commit>=3.5.0
ipython>=8.0.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.5.0
mkdocstrings[python]>=0.24.0
