# --- Core Dependencies ---
openai
python-dotenv
Pillow

# --- Optional Extensions ---
# Redis Storage
redis>=4.0.0

# Elasticsearch Storage
elasticsearch>=8.0.0

# Model Context Protocol
mcp

# --- UI & Demos ---
gradio==5.49.1

# --- Development & Testing ---
pytest
pytest-cov
black
flake8
mypy
twine
build