From c24cd8fbb165529c9e9a64abbca6673b055b2e75 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 29 Mar 2018 23:31:54 +0300 Subject: [PATCH] Update mautrix-appservice to fix timestamp massaging timezone problems --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 365c8e4f..ec3c18a1 100644 --- a/setup.py +++ b/setup.py @@ -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",