Skip to content

Commit f7b018c

Browse files
committed
Add ruamel.yaml for tests again
1 parent 68b0d71 commit f7b018c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

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

88
setuptools.setup(
99
name="mautrix",

0 commit comments

Comments
 (0)