mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 06:46:18 +00:00
Refactor pyproject.toml to include additional dependencies
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user