add dateparser dependency

This commit is contained in:
2021-01-24 16:55:59 +01:00
parent b64ea9ad7b
commit 88e08029ec
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ RUN \
apt update && \
apt install -y libmariadbclient-dev && \
pip3 install mariadb && \
pip3 install dateparser && \
pip3 install connexion && \
pip3 install connexion[swagger-ui] && \
pip3 install uwsgi && \