# Health Lakehouse Agent - Main Requirements

# Core dependencies
boto3>=1.34.0
bedrock-agentcore>=1.0.0
bedrock-agentcore-starter-toolkit>=0.2.6
strands-agents>=1.0.0

# Web UI
streamlit>=1.30.0
requests>=2.31.0

# MCP
mcp>=1.9.0

# JWT handling
python-jose[cryptography]>=3.4.0
cryptography>=41.0.0

# Development
jupyter>=1.0.0
ipykernel>=6.29.0

# Testing
pytest>=7.4.0
hypothesis>=6.92.0
