comparison requirements.txt @ 3911:8289ac1b34f4

plugin XEP-0384: Fully reworked to adjust to the reworked python-omemo: - support for both (modern) OMEMO under the `urn:xmpp:omemo:2` namespace and (legacy) OMEMO under the `eu.siacs.conversations.axolotl` namespace - maintains one identity across both versions of OMEMO - migrates data from the old plugin - includes more features for protocol stability - uses SCE for modern OMEMO - fully type-checked, linted and format-checked - added type hints to various pieces of backend code used by the plugin - added stubs for some Twisted APIs used by the plugin under stubs/ (use `export MYPYPATH=stubs/` before running mypy) - core (xmpp): enabled `send` trigger and made it an asyncPoint fix 375
author Syndace <me@syndace.dev>
date Tue, 23 Aug 2022 21:06:24 +0200
parents b96dd7ee0486
children f461f11ea176
comparison
equal deleted inserted replaced
3910:199598223f82 3911:8289ac1b34f4
11 constantly==15.1.0 11 constantly==15.1.0
12 cryptography==3.4.8 12 cryptography==3.4.8
13 cssselect2==0.6.0 13 cssselect2==0.6.0
14 dbus-python==1.2.18 14 dbus-python==1.2.18
15 defusedxml==0.7.1 15 defusedxml==0.7.1
16 DoubleRatchet==0.7.0 16 DoubleRatchet @ git+https://github.com/Syndace/python-doubleratchet.git@stable
17 greenlet==1.1.2 17 greenlet==1.1.2
18 html2text==2020.1.16 18 html2text==2020.1.16
19 hyperlink==21.0.0 19 hyperlink==21.0.0
20 idna==3.3 20 idna==3.3
21 incremental==21.3.0 21 incremental==21.3.0
27 MarkupSafe==2.1.1 27 MarkupSafe==2.1.1
28 miniupnpc==2.0.2 28 miniupnpc==2.0.2
29 mutagen==1.45.1 29 mutagen==1.45.1
30 netifaces==0.11.0 30 netifaces==0.11.0
31 numpy==1.22.3 31 numpy==1.22.3
32 OMEMO==0.12.0 32 Oldmemo @ git+https://github.com/Syndace/python-oldmemo.git
33 omemo-backend-signal==0.2.7 33 OMEMO @ git+https://github.com/Syndace/python-omemo.git@stable
34 packaging==21.3 34 packaging==21.3
35 Pillow==9.1.0 35 Pillow==9.1.0
36 progressbar2==3.53.3 36 progressbar2==3.53.3
37 protobuf==3.20.1 37 protobuf==3.20.1
38 pyasn1==0.4.8 38 pyasn1==0.4.8
59 SQLAlchemy==1.4.36 59 SQLAlchemy==1.4.36
60 tinycss2==1.1.1 60 tinycss2==1.1.1
61 tomli==2.0.1 61 tomli==2.0.1
62 treq==21.5.0 62 treq==21.5.0
63 Twisted==21.2.0 63 Twisted==21.2.0
64 Twomemo @ git+https://github.com/Syndace/python-twomemo.git
64 txdbus==1.1.2 65 txdbus==1.1.2
65 typing_extensions==4.2.0 66 typing_extensions==4.3.0
66 urllib3==1.26.9 67 urllib3==1.26.9
67 urwid==2.1.2 68 urwid==2.1.2
68 webencodings==0.5.1 69 webencodings==0.5.1
69 wokkel==18.0.0 70 wokkel==18.0.0
70 X3DH==0.5.9 71 X3DH @ git+https://github.com/Syndace/python-x3dh.git@stable
71 XEdDSA==0.4.7 72 XEdDSA @ git+https://github.com/Syndace/python-xeddsa.git@stable
73 xmlschema==2.0.4
72 zope.interface==5.4.0 74 zope.interface==5.4.0
73 75
74 sat-tmp @ hg+https://repos.goffi.org/sat_tmp 76 sat-tmp @ hg+https://repos.goffi.org/sat_tmp
75 urwid-satext @ hg+https://repos.goffi.org/urwid-satext 77 urwid-satext @ hg+https://repos.goffi.org/urwid-satext
76 -e .[SVG] 78 -e .[SVG]