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:
committed by
GitHub
parent
1ff72c7a94
commit
e8a26f497e
@@ -5,6 +5,7 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY pyproject.toml /app/
|
COPY pyproject.toml /app/
|
||||||
|
COPY uv.lock /app/
|
||||||
RUN apk --no-cache update && apk --no-cache upgrade
|
RUN apk --no-cache update && apk --no-cache upgrade
|
||||||
RUN pip install --no-cache-dir uv
|
RUN pip install --no-cache-dir uv
|
||||||
RUN uv sync --no-dev --no-install-project
|
RUN uv sync --no-dev --no-install-project
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ dependencies = [
|
|||||||
"Django==6.0.5",
|
"Django==6.0.5",
|
||||||
"django-compressor==4.6.0",
|
"django-compressor==4.6.0",
|
||||||
"django-redis==6.0.0",
|
"django-redis==6.0.0",
|
||||||
|
# S3 backend requerido por tienda/storage_backends.py cuando S3_ENABLE=True.
|
||||||
"django-storages[s3]==1.14.6",
|
"django-storages[s3]==1.14.6",
|
||||||
"fpdf2==2.8.7",
|
"fpdf2==2.8.7",
|
||||||
"gunicorn==26.0.0",
|
"gunicorn==26.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user