From eacbd6f22c22619436f37091909e2826661933a0 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Wed, 3 Jul 2024 23:04:32 +0200 Subject: [PATCH] Fixup requirements.txt (#2452) --- tools/autoupdate_app_sources/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/autoupdate_app_sources/requirements.txt b/tools/autoupdate_app_sources/requirements.txt index e1d69833..737faa31 100644 --- a/tools/autoupdate_app_sources/requirements.txt +++ b/tools/autoupdate_app_sources/requirements.txt @@ -1,3 +1,5 @@ requests -github -toml \ No newline at end of file +PyGithub +toml +tqdm +GitPython \ No newline at end of file