Hacky fix for null m.relates_to's and bump version to 0.5.2

This commit is contained in:
Tulir Asokan
2019-05-23 02:07:50 +03:00
parent 41b8292f25
commit 92a6afdd2f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ setuptools.setup(
install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix-appservice>=0.3.8,<0.4.0",
"mautrix-appservice>=0.3.10.dev1,<0.4.0",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
"commonmark>=0.8.1,<1",