# Endless World Explorer dependencies
# Install with: pip install -r requirements.txt

# Reactor SDK (install from parent directory in development)
-e ../../

# Core dependencies (already included in reactor-sdk)
numpy>=1.24.0

# Image compression for data-channel-safe uploads
Pillow>=10.0.0

# Note: ffmpeg must be installed separately
# macOS: brew install ffmpeg
# Ubuntu: sudo apt install ffmpeg
# Windows: Download from https://ffmpeg.org/download.html
