# Hummingbot Market Intelligence MCP Server - Python
# 
# Core dependencies for the MCP server

# Web framework
fastapi>=0.111.0
uvicorn[standard]>=0.30.0

# HTTP client for Hummingbot API
httpx>=0.27.0

# Context Protocol SDK for payment verification
ctxprotocol>=0.5.5

# Environment management
python-dotenv>=1.0.0

# Type validation
pydantic>=2.0.0

