diff setup.py @ 2738:eb58f26ed236

plugin XEP-0384: update to last python-omemo + trust management: - Plugin has been updated to use last version of python-omemo (10.0.3). - A temporary method remove all storage data if they are found, this method must be removed before 0.7 release (only people using dev version should have old omemo data in there storage). - Trust management is not implemented, using new encryptionTrustUIGet method (an UI is also displayed when trust handling is needed before sending a message). - omemo.DefaultOTPKPolicy is now used, instead of previous test policy of always deleting. OMEMO e2e encryption is now functional for one2one conversations, including fingerprint management.
author Goffi <goffi@goffi.org>
date Wed, 02 Jan 2019 18:50:28 +0100
parents d51a3381cb78
children 0ab62dd3cf05
line wrap: on
line diff
--- a/setup.py	Wed Jan 02 18:32:16 2019 +0100
+++ b/setup.py	Wed Jan 02 18:50:28 2019 +0100
@@ -43,14 +43,15 @@
     'python-dateutil',
     'python-potr',
     'pyxdg',
-    'sat_tmp>=0.0.3',
+    'sat_tmp >= 0.0.3',
     'service_identity',
     'shortuuid',
     'twisted >= 15.2.0',
     'urwid >= 1.2.0',
     'urwid-satext >= 0.6.1',
     'wokkel >= 0.7.1',
-    'omemo',
+    'omemo >= 0.10.3',
+    'omemo_backend_signal',
 ]
 
 DBUS_DIR = 'dbus-1/services'