gdrive-pdf-translator-mcp / requirements.txt
h-xml's picture
Update requirements.txt
19a8d7d verified
raw
history blame contribute delete
277 Bytes
# BabelDocs MCP Server Dependencies
# MCP Framework
fastmcp>=0.1.0
# Web Framework
uvicorn>=0.30.0
# PDF Processing
pymupdf>=1.24.0
# HTTP Client
httpx>=0.25.0
# Environment
python-dotenv>=1.0.0
# AI APIs
anthropic>=0.39.0
openai>=1.0.0
# Modal deployment
modal>=0.64.0