mcp-client / requirements.txt
uuidenny's picture
Update requirements.txt
ed62fe5 verified
raw
history blame
456 Bytes
# 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
# Note: pathlib, os, logging, concurrent.futures are built-in modules in Python 3.4+