# Core dependencies
fastmcp>=0.1.0
aiohttp>=3.9.0
python-dotenv>=1.0.0

# MCP protocol (if not included in fastmcp)
mcp>=0.1.0

# Async utilities
asyncio>=3.4.3

# Data validation
pydantic>=2.0.0

# Cryptography (for wallet operations)
eth-account>=0.10.0
web3>=6.0.0

# Development dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0