From c4447815c20f59dda0a4a49b214f4c073869a4ef Mon Sep 17 00:00:00 2001 From: YaqinLi Date: Tue, 6 Feb 2024 22:58:47 +0000 Subject: [PATCH] fix compile error --- deploy-agent/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-agent/setup.py b/deploy-agent/setup.py index b6fb9f4446..e508f2b552 100644 --- a/deploy-agent/setup.py +++ b/deploy-agent/setup.py @@ -30,6 +30,7 @@ "gevent==20.12.0; python_version >= '3.8'", "lockfile==0.10.2", "boto>=2.39.0", + "boto3>=1.12.6", "python-daemon==2.0.6", "future==0.18.2" ]