# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.1
pytest-mock>=3.11.1
responses>=0.23.1

# Development
black>=23.7.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.5.1
pylint>=2.17.5

# Documentation
sphinx>=7.1.2
sphinx-rtd-theme>=1.3.0
sphinx-autodoc-typehints>=1.24.0

# Type checking
types-PyYAML>=6.0.12
types-requests>=2.31.0
types-cachetools>=5.3.0

# Packaging
build>=1.0.3
twine>=4.0.2
wheel>=0.41.1

# Development tools
ipython>=8.14.0
ipdb>=0.13.13
rich>=13.5.2 