# ComfyUI Reve API Integration Dependencies

# HTTP client for API requests
requests>=2.28.0

# Image processing (should be available in ComfyUI environment)
Pillow>=9.0.0

# NumPy for array operations (should be available in ComfyUI environment)
numpy>=1.21.0

# PyTorch (should be available in ComfyUI environment)
# torch>=1.13.0

# Optional: For enhanced error handling and validation
# pydantic>=1.10.0
