[urlwatch] Added the optional dependencies for urlwatch, removed the explicit ones

The explicit dependencies are determined by urlwatch itself.
This commit is contained in:
Tobias Schmidl 2021-09-12 10:00:00 +02:00
parent f664428e62
commit e89e840090

View File

@ -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