comparison setup.py @ 3933:cecf45416403

plugin XEP-0373 and XEP-0374: Implementation of OX and OXIM: GPGME is used as the GPG provider. rel 374
author Syndace <me@syndace.dev>
date Tue, 20 Sep 2022 16:22:18 +0200
parents 8289ac1b34f4
children f461f11ea176
comparison
equal deleted inserted replaced
3932:7af29260ecb8 3933:cecf45416403
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 >= 1.0.0, < 2', 55 'twomemo[xml] >= 1.0.0, < 2',
56 'oldmemo >= 1.0.0, < 2', 56 'oldmemo[xml] >= 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',
62 'xmlschema',
62 ] 63 ]
63 64
64 extras_require = { 65 extras_require = {
65 "SVG": ["CairoSVG"], 66 "SVG": ["CairoSVG"],
66 } 67 }