Spaces:
Runtime error
Runtime error
# Core dependencies for MCP Gradio Client | |
gradio>=4.0.0 | |
smolagents>=1.18.0 | |
# Async and HTTP support | |
asyncio>=3.4.3 | |
aiohttp>=3.8.0 | |
# Type hints and utilities | |
typing-extensions>=4.0.0 | |
pydantic>=2.0.0 | |
# Optional: Enhanced event loop for better async performance (Linux/macOS) | |
uvloop>=0.17.0; sys_platform != "win32" | |
# Development and testing (optional) | |
pytest>=7.0.0 | |
gradio[mcp] | |
smolagents[mcp] |