diff --git a/setup.py b/setup.py index 46bf5d20..0104b638 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setuptools.setup( install_requires=[ "aiohttp>=3.0.1,<4", - "mautrix-appservice>=0.3.9,<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",