[build] remove setuptools and requests version restrictions

This commit is contained in:
Mike Fährmann
2024-09-28 16:48:21 +02:00
parent df4ecef364
commit 6c0cce8dff
4 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ RUN : \
&& python3 -B -m pip --no-cache-dir --no-input --disable-pip-version-check install -U \
https://github.com/mikf/gallery-dl/archive/refs/heads/master.tar.gz \
yt-dlp \
'requests<2.32' \
&& ( rm -rf /root/.cache/pip || true ) \
&& ( find /usr/local/lib/python3.*/site-packages/setuptools -name __pycache__ -exec rm -rf {} + || true ) \
&& ( find /usr/local/lib/python3.*/site-packages/wheel -name __pycache__ -exec rm -rf {} + || true ) \