From c8638f6e1b101bdd4ce9decf97b95f2c4a07d159 Mon Sep 17 00:00:00 2001 From: FredTheNoob Date: Fri, 1 Dec 2023 11:48:01 +0100 Subject: [PATCH] same for fuzzywuzzy and httpx --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 622774f..72bae49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pytest_sugar==0.9.7 pytest-asyncio==0.21.1 pytest-cov==3.0.0 langdetect==1.0.9 -httpx -fuzzywuzzy +httpx==0.25.2 +fuzzywuzzy==0.18.0 watchdog==3.0.0 python-dotenv==1.0.0 \ No newline at end of file