From a4cdfe07b941f957683f7b40d843945efe0c2dae Mon Sep 17 00:00:00 2001 From: Kevin Orlando Date: Fri, 13 Oct 2023 10:27:00 -0400 Subject: [PATCH] remove six from exclude list --- scripts/get-secureli-dependencies.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/get-secureli-dependencies.py b/scripts/get-secureli-dependencies.py index ec381706..7cdc455f 100644 --- a/scripts/get-secureli-dependencies.py +++ b/scripts/get-secureli-dependencies.py @@ -15,7 +15,6 @@ # Filter out additional packages that are needed for the pip package, but not the homebrew formula packagesToRemoveFromFormula = [ "colorama", - "six", "shellingham", "distlib", "filelock",