# Core dependencies for ModelCub
# Install with: pip install -r requirements.txt

# CLI Framework
click>=8.1.0

# Web Framework
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
websockets>=12.0

# Data Validation
pydantic>=2.0.0
pydantic-settings>=2.0.0

# Data Processing
pyyaml>=6.0.0
pillow>=10.0.0
numpy>=1.24.0
opencv-python-headless>=4.8.0

# Utilities
tqdm>=4.65.0
xxhash>=3.0.0
httpx>=0.25.0