Browse Source

backfill: cleanup

Signed-off-by: Sumner Evans <sumner@beeper.com>
Sumner Evans 2 years ago
parent
commit
c3fa188799
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mautrix_instagram/db/__init__.py
  2. 1 1
      requirements.txt

+ 1 - 1
mautrix_instagram/db/__init__.py

@@ -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"]

+ 1 - 1
requirements.txt

@@ -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