upstream/2026.6.0 #20

Merged
simon merged 97 commits from upstream/2026.6.0 into master 2026-07-02 18:40:32 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 8af2714a04 - Show all commits
+1 -2
View File
@@ -57,8 +57,7 @@ COPY vite.config.ts /pretix/vite.config.ts
RUN pip3 install -U \
pip \
setuptools \
wheel && \
setuptools && \
cd /pretix && \
PRETIX_DOCKER_BUILD=TRUE pip3 install \
-e ".[memcached]" \
-2
View File
@@ -139,8 +139,6 @@ build-backend = "backend"
backend-path = ["_build"]
requires = [
"setuptools",
"setuptools-rust",
"wheel",
"importlib_metadata",
"tomli",
]