From de6d040349518e77a75654a4e2c91eff0122d8b7 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Fri, 28 Jun 2024 13:06:59 -0700 Subject: [PATCH] add boto3 typing to default requirements (#1740) --- backend/requirements/default.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements/default.txt b/backend/requirements/default.txt index 2252551b99a6..76f4387aeb9a 100644 --- a/backend/requirements/default.txt +++ b/backend/requirements/default.txt @@ -71,4 +71,5 @@ uvicorn==0.21.1 zulip==0.8.2 hubspot-api-client==8.1.0 zenpy==2.0.41 -dropbox==11.36.2 \ No newline at end of file +dropbox==11.36.2 +boto3-stubs[s3]==1.34.133 \ No newline at end of file