# Gemini NVDA Add-on Dependencies
# Install with: uv pip install -r requirements.txt --target lib

# Google GenAI SDK (Gemini API)
google-genai>=1.56.0

# Image processing
Pillow>=10.0.0

# Screenshot capture
mss>=9.0.0

# Timezone data (NVDA's Python may not bundle zoneinfo)
tzdata>=2024.1

# Video/image processing
numpy>=2.0.0
imageio>=2.30.0
imageio-ffmpeg>=0.6.0
