🔧 Migrate from pip to uv for dependency management

オープン
#171 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
38/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
docker, python
領域
devops, tooling

調査の方向性

Start by reviewing the uv-generated headers in requirements/*.txt and the existing Docker configuration, then check CLAUDE.md, CI/CD pipelines, Taskfile or Makefile commands, and development setup scripts for pip usage. Done means dependency installation uses uv consistently and has been tested in local, Docker, and Heroku environments without changing application dependencies.

索引モデルが issue の本文から書いたものです。

説明

Description

Migrate the project's dependency management from pip to uv for faster and more reliable package installation and resolution.

Context

The project currently uses pip for installing dependencies, but already uses uv for compiling requirements files (as seen in requirements/*.txt headers). We should fully migrate to uv for all dependency management operations to benefit from its speed and improved dependency resolution.

Benefits

  • Speed: uv is significantly faster than pip for package installation (10-100x in many cases)
  • Better dependency resolution: More reliable conflict detection and resolution
  • Consistency: Already using uv for requirements compilation, this would unify our tooling
  • Lock file support: Better reproducibility across environments

Scope

  • Update Docker configuration to use uv pip install instead of pip install
  • Update local development documentation (CLAUDE.md) with uv installation instructions
  • Update CI/CD pipelines if applicable
  • Update Taskfile/Makefile commands to use uv
  • Update development setup scripts
  • Test in all environments (local, Docker, Heroku)

References

  • uv documentation
  • Current usage: Already using uv pip compile for requirements files

Notes

This is a tooling change that should not affect the actual dependencies or application behavior, only the installation process.

主要言語
Python
スター
17
フォーク
27
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

PythonIreland/website のほかの issue

PythonIreland/website の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。