Remove setuptools

This commit is contained in:
thespad 2024-05-31 17:25:56 +01:00
parent 9333fc9938
commit cd9a044856
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ RUN \
python3 -m venv /lsiopy && \
pip install -U --no-cache-dir \
pip \
setuptools \
wheel && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ -r /app/changedetection/requirements.txt && \
PLAYWRIGHT_PY_RELEASE=$(curl -sX GET "https://api.github.com/repos/microsoft/playwright-python/releases/latest" \

View File

@ -45,7 +45,6 @@ RUN \
python3 -m venv /lsiopy && \
pip install -U --no-cache-dir \
pip \
setuptools \
wheel && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ -r /app/changedetection/requirements.txt && \
echo "**** install playwright ****" && \