# Development dependencies for Flowrra
#
# Install with: pip install -r requirements-dev.txt

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

# Code Quality
ruff>=0.1.0          # Fast Python linter
mypy>=1.5.0          # Static type checker
black>=23.0.0        # Code formatter

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

# Development Tools
ipython>=8.14.0      # Enhanced Python shell
ipdb>=0.13.13        # IPython debugger
