diff setup.py @ 3090:4f8bdf50593f

plugin sec aesgcm: new plugin handling `aesgcm:` scheme for e2e encrypted media sharing: The scheme is register with download meta plugin, and it is activated with HTTP Upload (XEP-0363) when `encryption` is used in `options` with the value of C.ENC_AES_GCM. This is also known as `OMEMO Media Sharing` even if this method is not directly linked to OMEMO and can be used independently.
author Goffi <goffi@goffi.org>
date Fri, 20 Dec 2019 12:28:04 +0100
parents e75024e41f81
children 5d3b6efac044
line wrap: on
line diff
--- a/setup.py	Fri Dec 20 12:28:04 2019 +0100
+++ b/setup.py	Fri Dec 20 12:28:04 2019 +0100
@@ -36,6 +36,7 @@
     'pillow',
     'progressbar',
     'pycrypto >= 2.6.1',
+    'cryptography',
     'pygments',
     'pygobject',
     'PyOpenSSL',