Skip to content

Commit

Permalink
Revert "fix: add workaround for django-celery-beat/setuptools breakage"
Browse files Browse the repository at this point in the history
This reverts commit eb19b33.

Fixes #2519
  • Loading branch information
nijel committed Jul 29, 2024
1 parent eb19b33 commit c35eb50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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" \
Expand All @@ -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" \
;; \
Expand Down
1 change: 0 additions & 1 deletion constraint.txt

This file was deleted.

0 comments on commit c35eb50

Please sign in to comment.