# Python deps for the research-paper-presenter skill
odfpy>=1.4.1        # native .odp generation (LibreOffice Impress)
PyMuPDF>=1.24       # PDF text + figure extraction (imported as: fitz)
openai>=1.40        # gpt-image-2 image generation (API fallback path)

# System (Ubuntu): LibreOffice is only needed for the optional PDF preview:
#   sudo apt-get install -y libreoffice-impress
