requirements: add gssapi as optional dependency

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2018-03-02 16:37:43 +01:00
parent 88724949fa
commit ea5093bc5e
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ Bugs, issues and contributions can be requested to both the mailing list or the
* Python v3.4+ ***[STALLED] (experimental: [see known issues](https://github.com/OfflineIMAP/offlineimap/issues?q=is%3Aissue+is%3Aopen+label%3APy3))***
* six (required)
* imaplib2 >= 2.57 (optional)
* gssapi (optional), for Kerberos authentication
## Documentation

View File

@ -1,2 +1,3 @@
# Requirements
six
gssapi[kerberos]