# Word to Text MCP Server 依赖包
# 安装命令: pip install -r requirements.txt

# MCP框架
fastmcp>=0.1.0

# Word文档处理
python-docx>=0.8.11

# 可选依赖 (用于增强功能)
# requests>=2.28.0  # HTTP客户端
# aiohttp>=3.8.0    # 异步HTTP支持
# pydantic>=1.10.0  # 数据验证