# Development requirements
-r requirements.txt

# Testing
pytest>=6.0.0
pytest-cov>=2.12.0
pytest-mock>=3.6.0
pytest-asyncio>=0.15.0
pytest-timeout>=2.0.0
freezegun>=1.1.0
tox>=3.24.0

# Code Quality
black>=21.5b2
flake8>=3.9.0
mypy>=0.812
pylint>=2.8.0
isort>=5.8.0
autopep8>=1.5.7

# Type Checking
typing-extensions>=3.10.0
types-PyYAML>=5.4.3
types-requests>=2.25.9

# Documentation
Sphinx>=4.0.0
sphinx-rtd-theme>=0.5.2
nbsphinx>=0.8.0
jupyter>=1.0.0
