From e89e840090f30eb047237a3c6706b748f5aca169 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sun, 12 Sep 2021 10:00:00 +0200 Subject: [PATCH] [urlwatch] Added the optional dependencies for urlwatch, removed the explicit ones The explicit dependencies are determined by urlwatch itself. --- urlwatch/Dockerfile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/urlwatch/Dockerfile b/urlwatch/Dockerfile index ec1ce27..e2288f0 100644 --- a/urlwatch/Dockerfile +++ b/urlwatch/Dockerfile @@ -14,15 +14,17 @@ RUN set -xe \ RUN echo '*/30 * * * * cd /root/.urlwatch && urlwatch --urls urls.yaml --config urlwatch.yaml --hooks hooks.py --cache cache.db' | crontab - RUN set -xe \ - && pip3 install --no-cache-dir appdirs \ - cssselect \ - keyring \ - lxml \ - minidb \ - pyyaml \ - requests \ - chump \ + && pip3 install --no-cache-dir \ + aioxmpp \ beautifulsoup4 \ + chump \ + cssbeautifier \ + html2text \ + jq \ + jsbeautifier \ + keyrings.alt \ + markdown2 \ + matrix_client \ pushbullet.py \ urlwatch