From f67d994ca450cc23d7d80c4955db51b007b4969b Mon Sep 17 00:00:00 2001 From: Zhu Guodong Date: Thu, 9 May 2024 20:51:01 +0800 Subject: [PATCH] Update setup.py to fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18c5cb9..0f7b663 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ requires = [ - 'awscli' + 'awscli', 'boto3', 'botocore', 'libtools',