Move back to telethon releases instead of master branch
This commit is contained in:
@@ -42,7 +42,6 @@ RUN apk add --no-cache --virtual .build-deps \
|
|||||||
su-exec \
|
su-exec \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
&& pip3 install .[fast_crypto,hq_thumbnails,metrics] \
|
&& pip3 install .[fast_crypto,hq_thumbnails,metrics] \
|
||||||
&& pip3 install --upgrade 'https://github.com/LonamiWebs/Telethon/tarball/master#egg=telethon' \
|
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|||||||
+1
-2
@@ -5,6 +5,5 @@ python-magic
|
|||||||
SQLAlchemy
|
SQLAlchemy
|
||||||
alembic
|
alembic
|
||||||
commonmark
|
commonmark
|
||||||
#telethon
|
telethon
|
||||||
git+https://github.com/LonamiWebs/Telethon@master#egg=telethon
|
|
||||||
telethon-session-sqlalchemy
|
telethon-session-sqlalchemy
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ setuptools.setup(
|
|||||||
"commonmark>=0.8.1,<0.10",
|
"commonmark>=0.8.1,<0.10",
|
||||||
"ruamel.yaml>=0.15.35,<0.17",
|
"ruamel.yaml>=0.15.35,<0.17",
|
||||||
"python-magic>=0.4.15,<0.5",
|
"python-magic>=0.4.15,<0.5",
|
||||||
"telethon>=1.9,<1.10",
|
"telethon>=1.10,<1.11",
|
||||||
"telethon-session-sqlalchemy>=0.2.14,<0.3",
|
"telethon-session-sqlalchemy>=0.2.14,<0.3",
|
||||||
],
|
],
|
||||||
extras_require=extras,
|
extras_require=extras,
|
||||||
|
|||||||
Reference in New Issue
Block a user