From 38b07721941de028575b58d96254c5a5d3911bc8 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 4 Sep 2023 12:11:27 -0700 Subject: [PATCH] add boto3 for CI/CD testing pipeline --- .circleci/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index 5ef69ad7a..a86a0b58e 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -5,4 +5,5 @@ openai tiktoken importlib_metadata baseten -gptcache \ No newline at end of file +gptcache +boto3 \ No newline at end of file