From e34a64a2e77f940546341b74b3cef6a0ca614d98 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Thu, 19 May 2016 09:49:53 +0200 Subject: [PATCH] README: add six library requirement Signed-off-by: Nicolas Sebrecht --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc84e0..f6ecbf9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # OfflineIMAP -***Get the emails where you need them.*** +***"Get the emails where you need them."*** ## Description @@ -81,7 +81,8 @@ Bugs, issues and contributions can be requested to both the mailing list or the ## Requirements * Python v2.7 -* Python SQlite (optional while recommended) +* six (required) +* Python sqlite (required) * Python json and urllib (used for XOAuth2 authentication)