From 31a6c4a0e6865f6458dca9231c0cf0e3df70bcd8 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Wed, 5 Nov 2025 16:16:45 +0100 Subject: [PATCH] added deps to requirements.txt --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 85f4fcc..8a04f38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pandas~=1.3.5 playwright==1.28.0 dataclasses~=0.6 SpeechRecognition==3.8.1 -pymongo==4.1.1 +pymongo==4.12.0 wget==3.2.0 pocketsphinx==0.1.15 XlsxWriter~=3.0.3 @@ -18,4 +18,5 @@ Mako~=1.2.0 mailjet_rest~=1.3.4 Flask~=2.2.2 flask_httpauth~=4.7.0 -APScheduler~=3.9.1 \ No newline at end of file +APScheduler~=3.9.1 +imapclient \ No newline at end of file