File size: 398 Bytes
ed62fe5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2516e57
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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]