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" ]