pip → uv 전환 #5
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?
사용자 피드백 #5: Python 에서 pip 말고 uv로 써야함.
적용 결과
pyproject.toml신규 (commite9cc6bf) — uv 호환 dependency 선언.UV_GUIDE.md(141줄) — 설치/initialize/lock/CI 사용법.requirements.txt보존 (PyInstaller 빌드 머신 재현용).8c6d7f0) — uv 우선 안내 흡수.사용자 액션
irm https://astral.sh/uv/install.ps1 | iex(uv 설치).uv venv .venv313 --python 3.13.uv pip install -e ".[py313,dev]".venv313/검증 후 삭제.잔여
uv lock파일 commit 후 CI에서uv sync --frozen사용 — 다음 세션.Closed — 가이드/구성 완료 (commit
e9cc6bf,8c6d7f0).pyproject.toml신규 — uv 호환 dependency 선언, py313 + dev extras.UV_GUIDE.md141줄 — 설치/init/lock/CI 가이드.requirements.txt보존 (PyInstaller 빌드 머신).README.md머지로 uv 안내 흡수.사용자 액션 (이슈 외 작업):
irm https://astral.sh/uv/install.ps1 | iex→uv venv .venv313→uv pip install -e ".[py313,dev]".후속 (별도 이슈 시):
uv lock파일 commit + CI에서uv sync --frozen.