# 测试环境依赖
PyMuPDF>=1.25.0  # PDF 处理核心库

# 测试工具
pytest
pytest-cov
pytest-mock
pytest-asyncio  # 异步测试支持