From 0b9b09f265e99b4ad82fd701ca2a6d63a502bb57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Thu, 3 Sep 2020 21:11:01 +0200 Subject: [PATCH] Removed six MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch finally removes the six library. I removed the requirement, and also removes it in the README.md. I changed the imlib2 library too, version 3.5 Signed-off-by: Rodolfo García Peñas (kix) --- README.md | 3 +-- requirements.txt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a90851..7c08a8d 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,8 @@ Bugs, issues and contributions can be requested to both the mailing list or the ## Requirements & dependencies * Python v3+ -* six (required) * rfc6555 (required) -* imaplib2 >= 2.57 (optional) +* imaplib2 >= 3.5 * gssapi (optional), for Kerberos authentication * portalocker (optional), if you need to run offlineimap in Cygwin for Windows diff --git a/requirements.txt b/requirements.txt index 1e2a2ae..9d575fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ # Requirements -six gssapi[kerberos] portalocker[cygwin] rfc6555