Signed-off-by: Sumner Evans <sumner@beeper.com>
@@ -14,4 +14,4 @@ def init(db: Database) -> None:
table.db = db
-__all__ = ["upgrade_table", "User", "Puppet", "Portal", "Message", "Reaction", "init", "Backfill"]
+__all__ = ["upgrade_table", "User", "Puppet", "Portal", "Message", "Reaction", "Backfill", "init"]
@@ -4,7 +4,7 @@ commonmark>=0.8,<0.10
aiohttp>=3,<4
yarl>=1,<2
attrs>=20.1
-mautrix>=0.18.8,<0.19
+mautrix>=0.18.9,<0.19
asyncpg>=0.20,<0.28
pycryptodome>=3,<4
paho-mqtt>=1.5,<2