Apply validation feedback for uv lock and dependency docs

Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/7a547c09-9817-47a6-979e-c19cbcaa4c08

Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-08 07:54:56 +00:00
committed by GitHub
parent 1ff72c7a94
commit e8a26f497e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ ENV PYTHONUNBUFFERED=1
WORKDIR /app
COPY pyproject.toml /app/
COPY uv.lock /app/
RUN apk --no-cache update && apk --no-cache upgrade
RUN pip install --no-cache-dir uv
RUN uv sync --no-dev --no-install-project
+1
View File
@@ -7,6 +7,7 @@ dependencies = [
"Django==6.0.5",
"django-compressor==4.6.0",
"django-redis==6.0.0",
# S3 backend requerido por tienda/storage_backends.py cuando S3_ENABLE=True.
"django-storages[s3]==1.14.6",
"fpdf2==2.8.7",
"gunicorn==26.0.0",