mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 06:46:18 +00:00
Update pyproject.toml
This commit is contained in:
+1
-5
@@ -4,11 +4,7 @@ version = "0.1.0"
|
||||
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["pydantic", "instructor"]
|
||||
|
||||
[dependency-groups]
|
||||
openai = ["openai"]
|
||||
claude = ["anthropic"]
|
||||
dependencies = ["pydantic", "pydantic-settings", "instructor", "openai", "anthropic"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
Reference in New Issue
Block a user