comparison 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
comparison
equal deleted inserted replaced
3089:e75024e41f81 3090:4f8bdf50593f
34 'mutagen', 34 'mutagen',
35 'netifaces', 35 'netifaces',
36 'pillow', 36 'pillow',
37 'progressbar', 37 'progressbar',
38 'pycrypto >= 2.6.1', 38 'pycrypto >= 2.6.1',
39 'cryptography',
39 'pygments', 40 'pygments',
40 'pygobject', 41 'pygobject',
41 'PyOpenSSL', 42 'PyOpenSSL',
42 'python-dateutil', 43 'python-dateutil',
43 'python-potr', 44 'python-potr',