# Video processing
ffmpeg-python==0.2.0
opencv-python==4.10.0.84
moviepy==1.0.3

# Image processing
Pillow==11.1.0

# Audio analysis
pydub==0.25.1
pyloudnorm==0.1.1

# Scene detection
scenedetect==0.6.4

# AI/ML
openai==1.60.0
dspy-ai==2.5.43

# Utilities
python-dotenv==1.0.0

# Web framework
Flask==3.0.0
Werkzeug==3.0.1

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