# 会议纪要助手 - Python 依赖
# 安装：pip install -r requirements.txt

# 语音转写
openai-whisper>=20231117
openai>=1.0.0
imageio-ffmpeg>=0.6.0

# Word / PDF 导出
python-docx>=1.1.0
weasyprint>=60.0
reportlab>=4.0.0
fpdf2>=2.7.0

# 说话人识别（可选，需要额外配置）
# pyannote.audio>=3.0.0
# pyannote.pipeline>=3.0.0

# 邮件发送
# 使用 Python 标准库 smtplib，无需额外安装
