Switch to pypi dev release of mautrix-python and remove future-fstrings from requirements.txt
This commit is contained in:
+1
-2
@@ -38,8 +38,7 @@ RUN apk add --no-cache \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
su-exec \
|
su-exec \
|
||||||
&& pip3 install .[fast_crypto,hq_thumbnails,metrics] \
|
&& pip3 install .[fast_crypto,hq_thumbnails,metrics] \
|
||||||
&& pip3 install --upgrade 'https://github.com/tulir/mautrix-python/tarball/bridge-updates#egg=mautrix' \
|
&& pip3 install --upgrade 'https://github.com/LonamiWebs/Telethon/tarball/master#egg=telethon'
|
||||||
'https://github.com/LonamiWebs/Telethon/tarball/master#egg=telethon'
|
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
|
|||||||
+1
-3
@@ -1,12 +1,10 @@
|
|||||||
aiohttp
|
aiohttp
|
||||||
#mautrix
|
mautrix
|
||||||
git+https://github.com/tulir/mautrix-python@bridge-updates#egg=mautrix
|
|
||||||
ruamel.yaml
|
ruamel.yaml
|
||||||
python-magic
|
python-magic
|
||||||
SQLAlchemy
|
SQLAlchemy
|
||||||
alembic
|
alembic
|
||||||
commonmark
|
commonmark
|
||||||
future-fstrings
|
|
||||||
#telethon
|
#telethon
|
||||||
git+https://github.com/LonamiWebs/Telethon@master#egg=telethon
|
git+https://github.com/LonamiWebs/Telethon@master#egg=telethon
|
||||||
telethon-session-sqlalchemy
|
telethon-session-sqlalchemy
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ setuptools.setup(
|
|||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"aiohttp>=3.0.1,<4",
|
"aiohttp>=3.0.1,<4",
|
||||||
"mautrix>=0.4.0.dev46,<0.5",
|
"mautrix>=0.4.0.dev52,<0.5",
|
||||||
"SQLAlchemy>=1.2.3,<2",
|
"SQLAlchemy>=1.2.3,<2",
|
||||||
"alembic>=1.0.0,<2",
|
"alembic>=1.0.0,<2",
|
||||||
"commonmark>=0.8.1,<1",
|
"commonmark>=0.8.1,<1",
|
||||||
|
|||||||
Reference in New Issue
Block a user