Spend-Analyzer-MCP / requirements.txt
Balamurugan Thayalan
Initial Commit
499796e
raw
history blame
321 Bytes
# 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 (optional)
anthropic>=0.7.0
# Async and utilities
python-dotenv>=0.19.0
pydantic>=1.10.0
# Development and testing (optional)
uvicorn>=0.18.0
fastapi>=0.85.0