diff --git a/Dockerfile b/Dockerfile index c80627ec1..50f8157f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ ENV PYTHONUNBUFFERED=1 # Add virtualenv to path ENV PATH=/app/venv/bin/:/usr/local/bin:/usr/bin:/bin -COPY requirements.txt constraint.txt patches /app/src/ +COPY requirements.txt patches /app/src/ # Install dependencies # hadolint ignore=DL3008,DL3013,SC2046,DL3003 @@ -120,8 +120,6 @@ RUN \ uv pip install \ --no-cache-dir \ --compile-bytecode \ - --constraint /app/src/constraint.txt \ - --no-build-isolation \ -r /app/src/requirements.txt \ "https://github.com/translate/translate/archive/master.zip" \ "https://github.com/WeblateOrg/language-data/archive/main.zip" \ @@ -131,8 +129,6 @@ RUN \ uv pip install \ --no-cache-dir \ --compile-bytecode \ - --constraint /app/src/constraint.txt \ - --no-build-isolation \ -r /app/src/requirements.txt \ "Weblate[$WEBLATE_EXTRAS]==$WEBLATE_VERSION" \ ;; \ diff --git a/constraint.txt b/constraint.txt deleted file mode 100644 index 01d6282f5..000000000 --- a/constraint.txt +++ /dev/null @@ -1 +0,0 @@ -setuptools<72.0.0