# Test dependencies for Simplai SDK test scripts
# Install with: pip install -r requirements-test.txt

# Environment variable loading
python-dotenv>=1.0.0

# HTTP client (required for SDK)
httpx>=0.24.0


# Core dependencies
httpx>=0.25.0
pydantic>=2.0.0

# Testing dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0

