Removed six

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) <kix@kix.es>
This commit is contained in:
Rodolfo García Peñas (kix) 2020-09-03 21:11:01 +02:00
parent 35b588f57e
commit 0b9b09f265
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -1,5 +1,4 @@
# Requirements
six
gssapi[kerberos]
portalocker[cygwin]
rfc6555