Refactor pyproject.toml to include additional dependencies

This commit is contained in:
2024-11-01 12:01:05 -04:00
parent 18a51c7cd3
commit 825ab22b95
+2 -2
View File
@@ -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"]