# Requirements for running the examples

# Basic SDK requirements
blaaiz-python-sdk>=1.0.0

# For webhook server example
flask>=2.0.0

# For async examples (optional)
aiohttp>=3.8.0
asyncio

# For development and testing
python-dotenv>=0.19.0
requests>=2.25.0