Switch to pypi dev release of mautrix-python and remove future-fstrings from requirements.txt

This commit is contained in:
Tulir Asokan
2019-08-09 23:14:39 +03:00
parent 99e26a5805
commit 354fcdc84b
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ setuptools.setup(
install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix>=0.4.0.dev46,<0.5",
"mautrix>=0.4.0.dev52,<0.5",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
"commonmark>=0.8.1,<1",