diff 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
line wrap: on
line diff
--- a/requirements.txt	Thu Sep 22 12:03:12 2022 +0200
+++ b/requirements.txt	Tue Aug 23 21:06:24 2022 +0200
@@ -13,7 +13,7 @@
 cssselect2==0.6.0
 dbus-python==1.2.18
 defusedxml==0.7.1
-DoubleRatchet==0.7.0
+DoubleRatchet @ git+https://github.com/Syndace/python-doubleratchet.git@stable
 greenlet==1.1.2
 html2text==2020.1.16
 hyperlink==21.0.0
@@ -29,8 +29,8 @@
 mutagen==1.45.1
 netifaces==0.11.0
 numpy==1.22.3
-OMEMO==0.12.0
-omemo-backend-signal==0.2.7
+Oldmemo @ git+https://github.com/Syndace/python-oldmemo.git
+OMEMO @ git+https://github.com/Syndace/python-omemo.git@stable
 packaging==21.3
 Pillow==9.1.0
 progressbar2==3.53.3
@@ -61,14 +61,16 @@
 tomli==2.0.1
 treq==21.5.0
 Twisted==21.2.0
+Twomemo @ git+https://github.com/Syndace/python-twomemo.git
 txdbus==1.1.2
-typing_extensions==4.2.0
+typing_extensions==4.3.0
 urllib3==1.26.9
 urwid==2.1.2
 webencodings==0.5.1
 wokkel==18.0.0
-X3DH==0.5.9
-XEdDSA==0.4.7
+X3DH @ git+https://github.com/Syndace/python-x3dh.git@stable
+XEdDSA @ git+https://github.com/Syndace/python-xeddsa.git@stable
+xmlschema==2.0.4
 zope.interface==5.4.0
 
 sat-tmp @ hg+https://repos.goffi.org/sat_tmp