# Æon Framework Examples - Requirements

# Core Framework
aeon-core>=0.3.0

# LLM Providers
openai>=1.0.0
openrouter-sdk>=0.1.0

# Integrations
python-telegram-bot>=20.0
discord.py>=2.3.0
slack-sdk>=3.23.0

# MCP (Model Context Protocol)
mcp>=0.1.0

# Utilities
python-dotenv>=1.0.0
requests>=2.31.0
aiohttp>=3.8.0

# Optional: Database (for examples)
sqlite3  # Built-in with Python

# Optional: Web scraping
beautifulsoup4>=4.12.0
selenium>=4.10.0

# Optional: API clients
httpx>=0.24.0

# Development
pytest>=7.4.0
black>=23.0.0
mypy>=1.0.0
