# ABOUTME: Consolidated requirements for all ERPK ComfyUI nodes
# ABOUTME: Install with: pip install -r requirements.txt

# Core dependencies (all packages)
requests>=2.31.0
Pillow>=10.0.0
pydantic>=2.0.0
urllib3>=1.26.0

# Claude API integration
anthropic>=0.40.0

# Google Gemini API integration
google-genai>=1.49.0

# OpenAI API integration
openai>=1.0.0

# Apple SHARP - Single-image to 3D Gaussian view synthesis
sharp @ git+https://github.com/apple/ml-sharp.git
