# MCP Core Dependencies
mcp>=1.0.0
fastmcp>=0.1.0
# Async and HTTP Support
httpx>=0.25.0
aiofiles>=23.2.1
asyncio-mqtt>=0.16.0
# Data Models and Validation
pydantic>=2.5.0
pydantic-settings>=2.1.0
# Date/Time Handling
python-dateutil>=2.8.2
# JSON and Data Processing
orjson>=3.9.0
jsonschema>=4.20.0
# Logging and Configuration
structlog>=23.2.0
python-dotenv>=1.0.0
# Type Checking (development)
typing-extensions>=4.8.0
# Security and Cryptography
cryptography>=41.0.0
argon2-cffi>=23.1.0
pycryptodome>=3.19.0
bcrypt>=4.1.0
# Google API Integration
google-auth>=2.23.0
google-auth-oauthlib>=1.1.0
google-api-python-client>=2.100.0
# Rate Limiting and Retry Logic
tenacity>=8.2.0
# Data Science and Analytics
scikit-learn>=1.3.0
pandas>=2.1.0
numpy>=1.25.0
nltk>=3.8.1
spacy>=3.7.0
transformers>=4.35.0
networkx>=3.2.0
scipy>=1.11.0
matplotlib>=3.8.0
plotly>=5.17.0
textstat>=0.7.3
wordcloud>=1.9.2
sentence-transformers>=2.2.2
# Date and Time Processing
python-dateutil>=2.8.2
# Optional: Enhanced MCP Features
# websockets>=12.0 # For WebSocket transport
# sse-starlette>=1.6.5 # For SSE transport