# ThreeJS Model Viewer for ComfyUI - Requirements
# Core dependencies for 3D model viewing and image processing

# Image processing and manipulation
Pillow>=8.0.0

# Array operations for image tensor handling
numpy>=1.21.0

# Deep learning framework for tensor operations (usually included with ComfyUI)
torch>=1.9.0

# Note: The following are typically included with ComfyUI installation:
# - aiohttp (web server functionality)
# - hashlib (file hashing - built-in Python module)
# - folder_paths (ComfyUI module)
# - server (ComfyUI module)

# Frontend dependencies are loaded via CDN:
# - Three.js r170 (https://cdnjs.cloudflare.com/ajax/libs/three.js/r170/three.min.js)
# - GLTFLoader (https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/loaders/GLTFLoader.js)