Skip to content

Commit

Permalink
Also install commonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 8, 2024
1 parent ad6c04e commit 450c315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from mautrix import __version__

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

setuptools.setup(
name="mautrix",
Expand Down

0 comments on commit 450c315

Please sign in to comment.