From 44d02f4d83303b71e220c1167ee5f23e411fb087 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Mon, 24 Jun 2024 17:29:22 -0600 Subject: [PATCH] add anthropic to requirements --- pyproject.toml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea378e6e..a5be57f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ fastapi = "*" openai = ">=1.30.1,<2.0" termcolor = "*" chromadb = "*" - +anthropic = "*" [tool.poetry.group.lint.dependencies] black = ">=23.1,<25.0" diff --git a/requirements.txt b/requirements.txt index 97ab8704..df29590a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,5 @@ pytest>=8.1.1 termcolor>=2.4.0 pandas>=2.2.2 fastapi>=0.110.1 -chromadb \ No newline at end of file +chromadb +anthropic \ No newline at end of file