diff setup.py @ 3085:c048fc192739

plugin XEP-0384: update to latest python-omemo + better trust management: - python-omemo minimal version is now 0.11.0 - `undecided` devices are now handled, fixing the "accept all or none" issue: if a device is `undecided`, the trust manager will be shown with the missing devices before sending the message. - `untrusted` devices are discarded
author Goffi <goffi@goffi.org>
date Fri, 20 Dec 2019 12:28:01 +0100
parents ffcdd93b61fa
children e75024e41f81
line wrap: on
line diff
--- a/setup.py	Sat Dec 07 11:30:56 2019 +0100
+++ b/setup.py	Fri Dec 20 12:28:01 2019 +0100
@@ -48,7 +48,7 @@
     'urwid >= 1.2.0',
     'urwid-satext >= 0.7.0a2',
     'wokkel >= 0.7.1',
-    'omemo',
+    'omemo >= 0.11.0',
     'omemo-backend-signal',
 ]