mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 21:53:28 +01:00
[PR #468] [MERGED] Manage dependencies with uv
#444
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.