MatTableGPT / requirements.txt
SEUyishu's picture
Update requirements.txt
476018b verified
raw
history blame contribute delete
386 Bytes
# MaTableGPT MCP Service Requirements
# ====================================
# Core MCP Framework (with SSE support)
mcp[cli]>=1.0.0
# OpenAI-compatible API client
openai>=1.0.0
# HTML Parsing
beautifulsoup4>=4.12.0
lxml>=4.9.0
# Data Processing
pandas>=2.0.0
# SSE/HTTP Support
starlette>=0.27.0
uvicorn>=0.23.0
httpx>=0.25.0
# Optional: For table splitting analysis
nltk>=3.8.0