From ee328a29db972319cbc4936f5c6ec2b4a2be762d Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Mon, 26 Jun 2023 22:03:31 -0600 Subject: [PATCH] rm glob (stdlib), change to GitPython --- tools/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 54a7aeb0536..275d38be3b6 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -9,5 +9,4 @@ python-Levenshtein cxxfilt pyelftools requests -glob -git \ No newline at end of file +GitPython \ No newline at end of file