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:
parent
35b588f57e
commit
0b9b09f265
@ -106,9 +106,8 @@ Bugs, issues and contributions can be requested to both the mailing list or the
|
|||||||
## Requirements & dependencies
|
## Requirements & dependencies
|
||||||
|
|
||||||
* Python v3+
|
* Python v3+
|
||||||
* six (required)
|
|
||||||
* rfc6555 (required)
|
* rfc6555 (required)
|
||||||
* imaplib2 >= 2.57 (optional)
|
* imaplib2 >= 3.5
|
||||||
* gssapi (optional), for Kerberos authentication
|
* gssapi (optional), for Kerberos authentication
|
||||||
* portalocker (optional), if you need to run offlineimap in Cygwin for Windows
|
* portalocker (optional), if you need to run offlineimap in Cygwin for Windows
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# Requirements
|
# Requirements
|
||||||
six
|
|
||||||
gssapi[kerberos]
|
gssapi[kerberos]
|
||||||
portalocker[cygwin]
|
portalocker[cygwin]
|
||||||
rfc6555
|
rfc6555
|
||||||
|
Loading…
Reference in New Issue
Block a user