# Core dependencies for Spend Analyzer MCP | |
gradio>=4.0.0 | |
pandas>=1.5.0 | |
plotly>=5.0.0 | |
numpy>=1.21.0 | |
# PDF processing | |
PyPDF2>=3.0.0 | |
PyMuPDF>=1.20.0 | |
# AI and API | |
anthropic>=0.7.0 | |
openai>=1.0.0 | |
# Email processing | |
imaplib2>=0.57 | |
email-validator>=1.3.0 | |
# Async and utilities | |
python-dotenv>=0.19.0 | |
pydantic>=1.10.0 | |
aiofiles>=0.8.0 | |
python-multipart>=0.0.5 | |
# Web framework | |
uvicorn>=0.18.0 | |
fastapi>=0.85.0 | |
websockets>=10.0 | |
# Modal deployment | |
modal>=0.56.0 | |
# Additional utilities | |
python-dateutil>=2.8.0 | |
regex>=2022.0.0 | |
asyncio-mqtt>=0.11.0 | |