# ABOUTME: Consolidated requirements for all ERPK ComfyUI nodes
# ABOUTME: Mirror of pyproject.toml dependencies. Install with: pip install -r requirements.txt
# ABOUTME: Source of truth: pyproject.toml. Keep these versions in sync.

# Core dependencies (all packages)
requests>=2.33.0
Pillow>=12.2.0
pydantic>=2.0.0
urllib3>=2.7.0
cryptography>=46.0.7

# Claude API integration
anthropic>=0.96.0

# Google Gemini API integration
google-genai>=2.2.0

# OpenAI API integration
openai>=2.32.0

# xAI Grok API integration
xai-sdk>=1.14.0
