This commit is contained in:
2024-10-28 06:32:53 -04:00
parent c69efb9e5f
commit 11d6209973
3 changed files with 20 additions and 10 deletions
+4
View File
@@ -6,6 +6,10 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = ["pydantic", "instructor"]
[dependency-groups]
openai = ["openai"]
claude = ["anthropic"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"