Update native deps in dockerfile and increase minimum alchemysession version

This commit is contained in:
Tulir Asokan
2019-03-18 00:36:20 +02:00
parent aaa44fb7aa
commit 784abcba4e
2 changed files with 17 additions and 12 deletions
+16 -11
View File
@@ -15,18 +15,23 @@ RUN apk add --no-cache \
py3-sqlalchemy \
py3-markdown \
py3-psycopg2 \
# Not yet in stable repos:
#py3-ruamel \
# Indirect dependencies
py3-numpy \
py3-asn1crypto \
py3-future \
py3-markupsafe \
py3-mako \
py3-decorator \
py3-dateutil \
py3-idna \
py3-six \
py3-asn1 \
py3-rsa \
#commonmark
py3-future \
#alembic
py3-mako \
py3-dateutil \
py3-markupsafe \
#moviepy
py3-decorator \
#py3-tqdm \
py3-requests \
#imageio
py3-numpy \
#telethon
py3-rsa \
# Other dependencies
python3-dev \
build-base \