requests>=2.28.0
pydantic>=2.0.0
python-dateutil>=2.8.0

[:python_version < "3.10"]
typing-extensions>=4.0.0

[all]
aiohttp>=3.8.0
asyncio-throttle>=1.0.2
jsonschema>=4.17.0
cerberus>=1.3.4
celery>=5.2.0
redis>=4.3.0

[async]
aiohttp>=3.8.0
asyncio-throttle>=1.0.2

[celery]
celery>=5.2.0
redis>=4.3.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
responses>=0.23.0
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0

[validation]
jsonschema>=4.17.0
cerberus>=1.3.4
