Pass extra info to argument parsers and add dateparser to temporary dockerfile dependencies
This commit is contained in:
parent
b137d0686f
commit
e565b99826
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue