README: add six library requirement

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-05-19 09:49:53 +02:00
parent b8c3e51739
commit e34a64a2e7
1 changed files with 3 additions and 2 deletions

View File

@ -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)