# FLUX API Plugin Dependencies
# These packages are required for the plugin to function properly

# HTTP requests for API calls
requests>=2.25.0

# Image processing
pillow>=8.0.0

# Numerical computing
numpy>=1.19.0

# Deep learning framework (ComfyUI requirement)
torch>=1.8.0

# Optional: For better error handling and logging
colorama>=0.4.4
