Pass extra info to argument parsers and add dateparser to temporary dockerfile dependencies

This commit is contained in:
Tulir Asokan 2019-06-08 12:31:38 +03:00
parent b137d0686f
commit e565b99826
2 changed files with 8 additions and 7 deletions

View file

@ -24,8 +24,8 @@ RUN apk add --no-cache \
py3-pillow \
py3-magic \
py3-psycopg2 \
&& pip3 install -r requirements.txt feedparser
# TODO require pillow, magic and feedparser when maubot supports installing dependencies
&& pip3 install -r requirements.txt feedparser dateparser
# TODO remove pillow, magic and feedparser when maubot supports installing dependencies
VOLUME /data