# A股实时行情MCP服务器核心依赖
akshare>=1.12.0
pandas>=1.5.0
aiohttp>=3.8.0

# 兼容性修复：降级urllib3以解决LibreSSL兼容性问题
urllib3==1.26.18
