# Core dependencies (audio fingerprinting)
pyacoustid>=1.3.0

# Video processing
ffmpeg-python>=0.2.0

# AI Vision (OpenAI GPT-4V for cross-aspect matching)
openai>=1.12.0
python-dotenv>=1.0.0

# CLI
click>=8.1.0
rich>=13.7.0
tqdm>=4.66.0

# Utilities
numpy>=1.24.0
Pillow>=10.0.0

# Computer Vision (AKAZE feature matching)
opencv-python>=4.8.0

# Web Framework
Flask==3.0.0
Werkzeug==3.0.1

# Authentication & Security
PyJWT==2.8.0
cryptography==41.0.7
requests==2.31.0

# Box.com Integration
boxsdk==3.9.2

# Production Server
gunicorn==21.2.0
