From 86162a7efe3a054520a917e0cdfc114e86844111 Mon Sep 17 00:00:00 2001 From: YaqinLi Date: Tue, 6 Feb 2024 23:50:05 +0000 Subject: [PATCH] test --- deploy-agent/setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy-agent/setup.py b/deploy-agent/setup.py index f692365958..0bbd79635f 100644 --- a/deploy-agent/setup.py +++ b/deploy-agent/setup.py @@ -24,13 +24,14 @@ 'deploy-stager = deployd.staging.stager:main'] install_requires = [ - "requests>=2.20.0", + "requests==2.20.0", "gevent>=1.0.2,<=1.2.2; python_version < '3'", "gevent>=1.0.2,<=1.5.0; python_version < '3.8'", "gevent==20.12.0; python_version >= '3.8'", "lockfile==0.10.2", "boto>=2.39.0", - "boto3", + "botocore==1.5.34", + "boto3==1.4.4", "python-daemon==2.0.6", "future==0.18.2" ]