Skip to content

Commit 450c315

Browse files
committed
Also install commonmark
1 parent ad6c04e commit 450c315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from mautrix import __version__
44

55
encryption_dependencies = ["python-olm", "unpaddedbase64", "pycryptodome"]
6-
test_dependencies = ["ruamel.yaml", "aiosqlite", "asyncpg", *encryption_dependencies]
6+
bridge_dependencies = ["ruamel.yaml", "commonmark"]
7+
test_dependencies = ["aiosqlite", "asyncpg", *encryption_dependencies, *bridge_dependencies]
78

89
setuptools.setup(
910
name="mautrix",

0 commit comments

Comments
 (0)