From 1da8aa49fa1635142a80766fc2d9f492c430a457 Mon Sep 17 00:00:00 2001 From: saraiva82 Date: Thu, 7 Sep 2023 11:24:20 -0400 Subject: [PATCH] Update setup.py typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8042e23..61df5c7 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ requires = [ - 'awscli>=1.16.100' + 'awscli>=1.16.100', 'boto3>=1.9.100', 'botocore', 'libtools>=0.2.5',