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 \
|
||||
su-exec \
|
||||
&& pip3 install .[fast_crypto,hq_thumbnails,metrics] \
|
||||
&& pip3 install --upgrade 'https://github.com/tulir/mautrix-python/tarball/bridge-updates#egg=mautrix' \
|
||||
'https://github.com/LonamiWebs/Telethon/tarball/master#egg=telethon'
|
||||
&& pip3 install --upgrade 'https://github.com/LonamiWebs/Telethon/tarball/master#egg=telethon'
|
||||
|
||||
VOLUME /data
|
||||
|
||||
|
||||
+1
-3
@@ -1,12 +1,10 @@
|
||||
aiohttp
|
||||
#mautrix
|
||||
git+https://github.com/tulir/mautrix-python@bridge-updates#egg=mautrix
|
||||
mautrix
|
||||
ruamel.yaml
|
||||
python-magic
|
||||
SQLAlchemy
|
||||
alembic
|
||||
commonmark
|
||||
future-fstrings
|
||||
#telethon
|
||||
git+https://github.com/LonamiWebs/Telethon@master#egg=telethon
|
||||
telethon-session-sqlalchemy
|
||||
|
||||
Reference in New Issue
Block a user