diff --git a/pyproject.toml b/pyproject.toml index 9ee7673..7fca37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ full = [ ] openai = ["openai"] anthropic = ["anthropic"] -ollama = ["ollama"] +ollama = ["ollama", "openai"] groq = ["groq"] gemini = ["google-generativeai"] -amazon = ["boto3", "botocore"] +amazon = ["boto3", "botocore", "anthropic"] [build-system] requires = ["hatchling"]