uv
Original PR: https://github.com/eitchtee/WYGIWYH/pull/468 Author: @icovada Created: 12/21/2025 Status: ✅ Merged Merged: 12/28/2025 Merged by: @eitchtee
Base: main ← Head: migrate-to-uv
main
migrate-to-uv
afc0658
ecdb1a5
bc65980
c949c6c
5eaf508
7e08028
a4c7753
d17b9d5
d7c255a
3699c6c
8 files changed (+1410 additions, -68 deletions)
➕ .dockerignore (+1 -0) 📝 .github/workflows/translations.yml (+8 -7) 📝 docker-compose.dev.yml (+1 -0) 📝 docker/dev/django/Dockerfile (+11 -18) 📝 docker/prod/django/Dockerfile (+12 -10) ➕ pyproject.toml (+40 -0) ➖ requirements.txt (+0 -33) ➕ uv.lock (+1337 -0)
.dockerignore
.github/workflows/translations.yml
docker-compose.dev.yml
docker/dev/django/Dockerfile
docker/prod/django/Dockerfile
pyproject.toml
requirements.txt
uv.lock
This PR manages dependencies with uv.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/eitchtee/WYGIWYH/pull/468
Author: @icovada
Created: 12/21/2025
Status: ✅ Merged
Merged: 12/28/2025
Merged by: @eitchtee
Base:
main← Head:migrate-to-uv📝 Commits (10+)
afc0658set up dependencies in uvecdb1a5stop docker copying pycache in imagesbc65980migrate dev dockerfile to uvc949c6cadd build instructions to prod docker-compose5eaf508build prod image with uv7e08028use uv in GH actionsa4c7753Configure setuptools to filter foldersd17b9d5fix: dev image fails due to the environment being overwritten at runtimed7c255arefactor: remove build context from production image3699c6cdocs: remove version from pyproject.yml📊 Changes
8 files changed (+1410 additions, -68 deletions)
View changed files
➕
.dockerignore(+1 -0)📝
.github/workflows/translations.yml(+8 -7)📝
docker-compose.dev.yml(+1 -0)📝
docker/dev/django/Dockerfile(+11 -18)📝
docker/prod/django/Dockerfile(+12 -10)➕
pyproject.toml(+40 -0)➖
requirements.txt(+0 -33)➕
uv.lock(+1337 -0)📄 Description
This PR manages dependencies with uv.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.