# Google ADK and AI dependencies
google-adk>=0.1.0
google-genai>=0.3.0

# Environment and configuration
python-dotenv>=1.0.0
pydantic>=2.0.0

# Async support
asyncio-mqtt>=0.16.0

# Logging and monitoring
structlog>=23.0.0

# Data processing (optional, for advanced file analysis)
pandas>=2.0.0
numpy>=1.24.0

# File handling (optional, for document processing)
PyPDF2>=3.0.0
python-docx>=0.8.11
openpyxl>=3.1.0

# HTTP client for MCP server communication
httpx>=0.24.0
aiohttp>=3.8.0

# Development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
flake8>=6.0.0 