From a3733877ad76898c47bce231783cb0daf2732444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Torell=C3=B3?= Date: Wed, 13 Jan 2021 16:52:38 +0100 Subject: [PATCH] Enforce imap_tools 0.30.0 Related with #3, new versions of `imap_tools` deprecates the `query.Q` API --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e3f8ae0..90739b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ httplib2 oauth2client -imap-tools +imap-tools==0.30.0 google-api-python-client fire -tqdm \ No newline at end of file +tqdm