comparison 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
comparison
equal deleted inserted replaced
4156:2729d424dee7 4157:04cdcb3fd713
24 "aiosqlite", 24 "aiosqlite",
25 "alembic", 25 "alembic",
26 "babel < 3", 26 "babel < 3",
27 "cryptography >= 41.0.1", 27 "cryptography >= 41.0.1",
28 "dbus-python < 1.3", 28 "dbus-python < 1.3",
29 "emoji ~= 2.8",
29 "html2text < 2020.2", 30 "html2text < 2020.2",
30 "jinja2 >= 3.1.2", 31 "jinja2 >= 3.1.2",
31 "langid < 2", 32 "langid < 2",
32 "lxml >= 3.1.0", 33 "lxml >= 3.1.0",
33 "markdown >= 3.0", 34 "markdown >= 3.0",