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