# Include all base requirements
-r requirements.txt

# Testing
pytest>=8.4.2
pytest-cov>=7.0.0
pytest-mock>=3.15.1

# Documentation
sphinx>=8.1.3
sphinx-rtd-theme>=3.0.2
sphinx-autodoc-typehints>=3.0.1
sphinx-copybutton>=0.5.2
myst-parser>=4.0.1

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

# Code quality and formatting
flake8>=7.3.0
black>=25.9.0
isort>=7.0.0

setuptools>=80.9.0