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