From ef10015e24a2cdfa092809b9737c78ec5c6f46ff Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 31 Jul 2021 07:44:23 -0400 Subject: [PATCH] Chore: Remove botocore from requirements.txt This is a transitive dependency of boto3, no need to explicitly require it unless we are trying to pin the version. Signed-off-by: Thanh Ha Change-Id: I0ce2d72082707a969d8b4841957f6dd761c7c6a0 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b56f89f0..2296e127 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ aspy.yaml attrs beautifulsoup4 boto3 -botocore bs4 certifi cfgv -- 2.16.6