# Include all base requirements
-r requirements.txt

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0

# Documentation
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints
sphinx-copybutton
myst-parser

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

setuptools>=42.0.0