Update mautrix-appservice to fix timestamp massaging timezone problems

This commit is contained in:
Tulir Asokan
2018-03-29 23:31:54 +03:00
parent 59a0ca33ee
commit c24cd8fbb1
+1 -1
View File
@@ -26,7 +26,7 @@ setuptools.setup(
install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix-appservice>=0.1.2,<0.2.0",
"mautrix-appservice>=0.1.3,<0.2.0",
"SQLAlchemy>=1.2.3,<2",
"alembic>=0.9.8,<0.10",
"Markdown>=2.6.11,<3",