From b5bb768bc40e956d14b55de745a8b3da69d0d8e4 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 2 Nov 2021 13:06:53 -0700 Subject: [PATCH] Move to git+https:// for requirements (#6527) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7f39f103e31..1802a0285af9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # botocore and the awscli packages are typically developed # in tandem, so we're requiring the latest develop # branch of botocore and s3transfer when working on the awscli. --e git://github.com/boto/botocore.git@develop#egg=botocore --e git://github.com/boto/s3transfer.git@develop#egg=s3transfer +-e git+https://github.com/boto/botocore.git@develop#egg=botocore +-e git+https://github.com/boto/s3transfer.git@develop#egg=s3transfer