From d4f7fb70ed30c75be128ca47d90a4eb484f2ab91 Mon Sep 17 00:00:00 2001 From: coconut49 Date: Tue, 17 Oct 2023 23:02:39 +0800 Subject: [PATCH] Add backoff and boto3 to requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2efac63b66..18ff3740b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,6 @@ tokenizers click jinja2 certifi -appdirs \ No newline at end of file +appdirs +backoff +boto3 \ No newline at end of file