From 92b2bed0f509f59b6fc8f0cf15ed49b4386d28c0 Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Sat, 23 Dec 2023 12:19:54 -0500 Subject: [PATCH] Make progress script executable and add requirements (#57) --- tools/progress.py | 0 tools/requirements-python.txt | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 tools/progress.py diff --git a/tools/progress.py b/tools/progress.py old mode 100644 new mode 100755 diff --git a/tools/requirements-python.txt b/tools/requirements-python.txt index 687bc0d9..9d8bda30 100644 --- a/tools/requirements-python.txt +++ b/tools/requirements-python.txt @@ -6,4 +6,6 @@ tqdm intervaltree colorama pygfxd -n64img>=0.1.4 \ No newline at end of file +n64img>=0.1.4 +GitPython +colour \ No newline at end of file