Handle RPCErrors in formatter and update mautrix-python

This commit is contained in:
Tulir Asokan
2019-08-17 13:43:10 +03:00
parent d3e6860b1c
commit de4c16431d
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ setuptools.setup(
install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix>=0.4.0.dev59,<0.5",
"mautrix>=0.4.0.dev60,<0.5",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
"commonmark>=0.8.1,<1",