comparison setup.py @ 3967:f461f11ea176

plugin XEP-0384: Implementation of Automatic Trust Management: - Implementation of Trust Messages (XEP-0434) - Implementation of Automatic Trust Management (XEP-0450) - Implementations directly as part of the OMEMO plugin, since omemo:2 is the only protocol supported by ATM at the moment - Trust system selection updated to allow choice between manual trust with ATM and BTBV - dev-requirements.txt updated to include additional requirements for the e2e tests fix 376
author Syndace <me@syndace.dev>
date Fri, 28 Oct 2022 18:50:06 +0200
parents cecf45416403
children 685aafba2a2b
comparison
equal deleted inserted replaced
3966:9f85369294f3 3967:f461f11ea176
50 'treq < 23.0.0', 50 'treq < 23.0.0',
51 'urwid >= 1.2.0, < 3', 51 'urwid >= 1.2.0, < 3',
52 'urwid-satext == 0.9.*', 52 'urwid-satext == 0.9.*',
53 'wokkel >= 18.0.0, < 19.0.0', 53 'wokkel >= 18.0.0, < 19.0.0',
54 'omemo >= 1.0.0, < 2', 54 'omemo >= 1.0.0, < 2',
55 'twomemo[xml] >= 1.0.0, < 2', 55 'twomemo >= 1.0.0, < 2',
56 'oldmemo[xml] >= 1.0.0, < 2', 56 'oldmemo >= 1.0.0, < 2',
57 'pyyaml < 7.0.0', 57 'pyyaml < 7.0.0',
58 'sqlalchemy >= 1.4', 58 'sqlalchemy >= 1.4',
59 'alembic', 59 'alembic',
60 'aiosqlite', 60 'aiosqlite',
61 'txdbus', 61 'txdbus',