From 825ab22b950b28b01d9e269d6fe44e52ce3fe620 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Nov 2024 12:01:05 -0400 Subject: [PATCH] Refactor pyproject.toml to include additional dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]