# Development dependencies for Grasp Python SDK
# Install with: pip install -r requirements-dev.txt

# Include core dependencies
-r requirements.txt

# Core testing
pytest>=7.0
pytest-asyncio>=0.20
pytest-httpx>=0.22

# Enhanced testing output
pytest-sugar>=0.9.7
pytest-watch>=4.2.0
pytest-xdist>=3.0
rich>=13.0
pytest-cov>=4.0

# Browser automation for integration tests
playwright>=1.40

# Code quality
black>=23.0
mypy>=1.0
ruff>=0.1.0

# Build & publish
build>=0.10
twine>=4.0

# Documentation
sphinx>=5.0
sphinx-rtd-theme>=1.0
