MCP_indicators / requirements.txt
Qdonnars's picture
revert: Rollback to Gradio 5.29 - Gradio 6.x breaks Claude Desktop MCP
24e859f
raw
history blame contribute delete
326 Bytes
# MCP Server for Indicateurs Territoriaux de Transition Écologique
# Python >= 3.10 required
# Gradio with MCP support (5.29.x - stable with Claude Desktop)
gradio[mcp]>=5.27.1,<6.0.0
# HTTP client
httpx>=0.27.0
# Data validation
pydantic>=2.0.0
# Environment variables
python-dotenv>=1.0.0
# Async support
anyio>=4.0.0