From 6d928371604312e65e99914b2cac461d877819fa Mon Sep 17 00:00:00 2001 From: FredTheNoob Date: Fri, 1 Dec 2023 11:47:27 +0100 Subject: [PATCH] set version number on watchdog and python-dotenv in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fe9d2f2..622774f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ pytest-cov==3.0.0 langdetect==1.0.9 httpx fuzzywuzzy -watchdog -python-dotenv \ No newline at end of file +watchdog==3.0.0 +python-dotenv==1.0.0 \ No newline at end of file