add anthropic to requirements

pull/506/head
evelynmitchell 7 months ago
parent a6b2cff811
commit 44d02f4d83

@ -54,7 +54,7 @@ fastapi = "*"
openai = ">=1.30.1,<2.0" openai = ">=1.30.1,<2.0"
termcolor = "*" termcolor = "*"
chromadb = "*" chromadb = "*"
anthropic = "*"
[tool.poetry.group.lint.dependencies] [tool.poetry.group.lint.dependencies]
black = ">=23.1,<25.0" black = ">=23.1,<25.0"

@ -29,3 +29,4 @@ termcolor>=2.4.0
pandas>=2.2.2 pandas>=2.2.2
fastapi>=0.110.1 fastapi>=0.110.1
chromadb chromadb
anthropic
Loading…
Cancel
Save