Skip to content

Commit 075786e

Browse files
committed
chore(dependencies): add missing s3 dependencies boto3
upgrade uv to 0.7.4
1 parent 36074b5 commit 075786e

File tree

3 files changed

+452
-398
lines changed

3 files changed

+452
-398
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.13-slim-bookworm AS base
2-
COPY --from=ghcr.io/astral-sh/uv:0.6.2 /uv /uvx /bin/
2+
COPY --from=ghcr.io/astral-sh/uv:0.7.4 /uv /uvx /bin/
33

44
LABEL maintainer="Mapswipe Dev"
55
LABEL org.opencontainers.image.source="https://github.com/mapswipe/mapswipe-backend/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"django-environ",
2020
"django-premailer",
2121
"django-redis",
22-
"django-storages",
22+
"django-storages[s3]",
2323
"djangoql", # Admin panel query search
2424
"djangorestframework",
2525
"factory-boy~=3.2.1",

0 commit comments

Comments
 (0)