# SEO Optimizer Pro v1.0.6 - Dependencies
#
# ⚠️ RECOMMENDED: Install ONLY the SDK for the provider you plan to use
# Installing all packages unnecessarily increases dependencies and attack surface.
#
# Installation Guide:
# -------------------
# For Claude models (claude-opus-4-5, claude-sonnet-4-5, claude-haiku-4-5):
#   pip install anthropic>=0.40.0
#
# For GPT models (gpt-5.2-pro, gpt-5.2-thinking, gpt-5.2-instant):
#   pip install openai>=1.60.0
#
# For Gemini models (gemini-3-pro, gemini-2.5-pro, gemini-2.5-flash):
#   pip install google-generativeai>=0.8.0
#
# For Mistral models (mistral-large-2501):
#   pip install mistralai>=1.3.0
#
# For Llama models via OpenRouter (llama-3.3-70b, llama-3.2-90b):
#   pip install openai>=1.60.0  # OpenRouter uses OpenAI SDK format
#
# To install ALL providers (not recommended unless you need multiple):
#   pip install anthropic>=0.40.0 openai>=1.60.0 google-generativeai>=0.8.0 mistralai>=1.3.0

# Full package list (for reference):
anthropic>=0.40.0
openai>=1.60.0
google-generativeai>=0.8.0
mistralai>=1.3.0
