# Dependencies for MetaMan ComfyUI Node - Core Three-Node Architecture
# Most dependencies should already be available in ComfyUI environment

# Core dependencies (usually already available in ComfyUI)
Pillow>=9.0.0
torch>=1.9.0

# Date/time handling
python-dateutil>=2.8.0

# Image metadata handling (optional, for EXIF data)
piexif>=1.1.3

# Note: The following packages are built into Python 3.7+ and don't need to be installed:
# - json (for JSON parsing)
# - re (for regex operations) 
# - os (for file operations)
# - datetime (for timestamps)

# Development/Testing (optional)
# pytest>=7.0.0
# pytest-cov>=4.0.0
