From 7d9f282c2ec2db0f4f6761807e937a47537135dc Mon Sep 17 00:00:00 2001 From: Bastien Ogier Date: Sat, 16 May 2026 00:12:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80(paas)=20remove=20buildpack=20requi?= =?UTF-8?q?rements.txt=20to=20use=20the=20new=20uv.lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (paas) remove buildpack requirements.txt to use the new uv.lock --- CHANGELOG.md | 1 + bin/buildpack_postfrontend.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a943fc3f..e269a280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to - ♻️(fullstack) simplify source serialization - ✨(backend) expose room configuration to all API consumers - 🩹(frontend) improve reaction toolbar centering with dynamic positioning +- 🚀 (paas) remove buildpack requirements.txt to use the new uv.lock #1349 ## [1.16.0] - 2026-05-13 diff --git a/bin/buildpack_postfrontend.sh b/bin/buildpack_postfrontend.sh index 2d6f2180..6fae59a8 100755 --- a/bin/buildpack_postfrontend.sh +++ b/bin/buildpack_postfrontend.sh @@ -47,4 +47,3 @@ mv src/backend/* ./ mv deploy/paas/* ./ echo "3.13" > .python-version -echo "." > requirements.txt