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"
termcolor = "*"
chromadb = "*"
anthropic = "*"
[tool.poetry.group.lint.dependencies]
black = ">=23.1,<25.0"

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