# Core MCP server dependencies
fastmcp==2.12.3
mcp==1.14.0
yfpy==17.0.0
python-dotenv==1.1.1
pydantic==2.11.9
pydantic-settings==2.10.1

# Async and caching utilities
asyncio-pool==0.6.0
aiohttp==3.11.11
aiocache==0.12.3

# Data processing
pandas==2.3.2
numpy==2.3.3

# Logging and CLI helpers
loguru==0.7.3
click==8.2.1
rich==14.1.0

# Yahoo and Reddit integrations
praw==7.8.1
prawcore==2.4.0
textblob==0.19.0
requests==2.32.5
yahoo-oauth==2.1.1
stringcase==1.2.0

# Testing
pytest==8.4.2
pytest-asyncio==1.2.0
pytest-mock==3.15.1
pytest-cov==6.0.0  # Code coverage reporting
