Skip to content

Commit

Permalink
Add ruamel.yaml for tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 8, 2024
1 parent 68b0d71 commit f7b018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from mautrix import __version__

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

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

0 comments on commit f7b018c

Please sign in to comment.