# MOSAICX WebApp Backend Dependencies
# Core MOSAICX package already includes most dependencies

# FastAPI and server
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6  # For file uploads

# Additional utilities for webapp
aiofiles>=23.2.1  # Async file handling
python-jose>=3.3.0  # JWT tokens (if needed for auth later)
httpx>=0.25.0  # HTTP client for testing

# Development dependencies
pytest-asyncio>=0.21.0
httpx>=0.25.0  # For testing API endpoints