# Flip RAG SDK - Development Requirements
# Additional dependencies for development and testing

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-benchmark>=4.0.0

# Code formatting and linting
black>=23.0.0
ruff>=0.1.0
isort>=5.12.0

# Type checking
mypy>=1.5.0
types-requests>=2.31.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0

# Jupyter for examples
jupyter>=1.0.0
ipykernel>=6.25.0
