diff pyproject.toml @ 4157:04cdcb3fd713

plugin XEP-0444: complete implementation: "Message Reactions" implementation is now working and updating history. The `message_reactions_set` bridge method can be used by frontend to `replace`, `add`, `remove` or `toggle` reactions. History is properly updated, and signal are sent when necessary.
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 15:10:04 +0100
parents c36295487082
children 4af030d4d3d8
line wrap: on
line diff
--- a/pyproject.toml	Wed Nov 22 15:05:41 2023 +0100
+++ b/pyproject.toml	Wed Nov 22 15:10:04 2023 +0100
@@ -26,6 +26,7 @@
     "babel < 3",
     "cryptography >= 41.0.1",
     "dbus-python < 1.3",
+    "emoji ~= 2.8",
     "html2text < 2020.2",
     "jinja2 >= 3.1.2",
     "langid < 2",