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 68b0d71 commit f7b018cCopy full SHA for f7b018c
setup.py
@@ -3,7 +3,7 @@
3
from mautrix import __version__
4
5
encryption_dependencies = ["python-olm", "unpaddedbase64", "pycryptodome"]
6
-test_dependencies = ["aiosqlite", "asyncpg", *encryption_dependencies]
+test_dependencies = ["aiosqlite", "asyncpg", "ruamel.yaml", *encryption_dependencies]
7
8
setuptools.setup(
9
name="mautrix",
0 commit comments