From a5dd4c69c88bac2eddcccd5f29ad076951ef1e2d Mon Sep 17 00:00:00 2001 From: Atul Singh Date: Fri, 24 May 2024 12:29:40 +0200 Subject: [PATCH] fix: removed tqdm as dependency --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9070cdb..785395a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ requests==2.32.0 beautifulsoup4==4.11.1 -tqdm==4.66.3 pydotmap opencv-python pytest==7.2.0