From a0df425e33059cb8db61f24605d463df8959b824 Mon Sep 17 00:00:00 2001 From: Walter Date: Fri, 7 Feb 2025 21:04:27 +0100 Subject: [PATCH] temporarily add tqdm to requirements --- app/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 4c3dd87..a184b42 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,4 +2,5 @@ django==5.1.* django-crispy-forms crispy-bulma django-extensions -django-cors-headers \ No newline at end of file +django-cors-headers +tqdm \ No newline at end of file