# Strands SDK and Evaluation Framework
strands-agents>=0.1.0
strands-agents-evals>=0.1.0

# AWS and Bedrock
boto3>=1.34.0
botocore>=1.34.0

# Data handling
sqlite3  # Built-in with Python, no installation needed

# Notebook and visualization
jupyter>=1.0.0
jupyterlab>=4.0.0
ipython>=8.12.0
ipywidgets>=8.0.0

# Display and formatting
markdown>=3.4.0

# Type hints and validation
typing-extensions>=4.5.0

# Development tools (optional)
pytest>=7.4.0  # For testing
black>=23.0.0  # For code formatting
