From aaa60f81c2bb8d57611ec6c0f79846963adfe698 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) --- autoupdate_app_sources/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/autoupdate_app_sources/requirements.txt b/autoupdate_app_sources/requirements.txt index e1d6983..737faa3 100644 --- a/autoupdate_app_sources/requirements.txt +++ b/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