We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a20144 commit 7aadbc5Copy full SHA for 7aadbc5
setup.py
@@ -2,7 +2,7 @@
2
3
from mautrix import __version__
4
5
-encryption_dependencies = ["python-olm", "unpaddedbase64", "pycryptodome"]
+encryption_dependencies = ["python-olm", "unpaddedbase64", "pycryptodome", "base58"]
6
test_dependencies = ["aiosqlite", "asyncpg", "ruamel.yaml", *encryption_dependencies]
7
8
setuptools.setup(
0 commit comments