diff setup.py @ 2857:88f10630d5ea

plugin XEP-0384: removed version restriction, it is now compatible with (and require) last version of python-omemo (0.10.4)
author Goffi <goffi@goffi.org>
date Wed, 20 Mar 2019 09:08:37 +0100
parents 0ab62dd3cf05
children da0193ae1c24
line wrap: on
line diff
--- a/setup.py	Sat Mar 16 14:39:02 2019 +0100
+++ b/setup.py	Wed Mar 20 09:08:37 2019 +0100
@@ -50,7 +50,7 @@
     'urwid >= 1.2.0',
     'urwid-satext >= 0.6.1',
     'wokkel >= 0.7.1',
-    'omemo == 0.10.3',  # FIXME: we block to this version until bĂȘta
+    'omemo',
     'omemo_backend_signal',
 ]