Update native deps in dockerfile and increase minimum alchemysession version
This commit is contained in:
+12
-7
@@ -15,17 +15,22 @@ RUN apk add --no-cache \
|
|||||||
py3-sqlalchemy \
|
py3-sqlalchemy \
|
||||||
py3-markdown \
|
py3-markdown \
|
||||||
py3-psycopg2 \
|
py3-psycopg2 \
|
||||||
|
# Not yet in stable repos:
|
||||||
|
#py3-ruamel \
|
||||||
# Indirect dependencies
|
# Indirect dependencies
|
||||||
py3-numpy \
|
#commonmark
|
||||||
py3-asn1crypto \
|
|
||||||
py3-future \
|
py3-future \
|
||||||
py3-markupsafe \
|
#alembic
|
||||||
py3-mako \
|
py3-mako \
|
||||||
py3-decorator \
|
|
||||||
py3-dateutil \
|
py3-dateutil \
|
||||||
py3-idna \
|
py3-markupsafe \
|
||||||
py3-six \
|
#moviepy
|
||||||
py3-asn1 \
|
py3-decorator \
|
||||||
|
#py3-tqdm \
|
||||||
|
py3-requests \
|
||||||
|
#imageio
|
||||||
|
py3-numpy \
|
||||||
|
#telethon
|
||||||
py3-rsa \
|
py3-rsa \
|
||||||
# Other dependencies
|
# Other dependencies
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ setuptools.setup(
|
|||||||
"future-fstrings>=0.4.2",
|
"future-fstrings>=0.4.2",
|
||||||
"python-magic>=0.4.15,<0.5",
|
"python-magic>=0.4.15,<0.5",
|
||||||
"telethon>=1.5.5,<1.7",
|
"telethon>=1.5.5,<1.7",
|
||||||
"telethon-session-sqlalchemy>=0.2.11,<0.3",
|
"telethon-session-sqlalchemy>=0.2.12,<0.3",
|
||||||
],
|
],
|
||||||
extras_require=extras,
|
extras_require=extras,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user