Update mautrix-python to handle invites separately from leaves. Fixes #402

This commit is contained in:
Tulir Asokan
2019-12-21 21:02:41 +02:00
parent 64b3699b3c
commit 9fb2a73ec5
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ setuptools.setup(
install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix>=0.4.0rc4,<0.5",
"mautrix>=0.4.0rc5,<0.5",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
"commonmark>=0.8.1,<0.10",