File size: 275 Bytes
6d4ec85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Minimal dependencies for fastest startup
streamlit==1.45.0
requests>=2.31.0
pyyaml>=6.0
toml>=0.10.0
loguru==0.7.3

# Video processing (only when needed)
moviepy==2.1.1
Pillow>=10.0.0

# AI/LLM (lightweight)
openai==1.56.1

# Audio (minimal)
edge-tts==6.1.19