# Production dependencies
-r requirements.txt

# Testing
pytest>=7.2.0
pytest-cov>=4.0.0
pytest-asyncio>=0.20.0
pytest-mock>=3.10.0

# Code Quality
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
pylint>=2.16.0
mypy>=0.991

# Documentation
sphinx>=5.3.0
sphinx-rtd-theme>=1.2.0

# Development tools
ipython>=8.10.0
jupyter>=1.0.0
