🔧 Migrate from pip to uv for dependency management
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 38/100
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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 installinstead ofpip 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 compilefor requirements files
Notes
This is a tooling change that should not affect the actual dependencies or application behavior, only the installation process.
- Lingua principale
- Python
- Stelle
- 17
- Fork
- 27
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di PythonIreland/website
-
PSF Grant -Urgent Aperta
Difficoltà 5/5 Più di una settimana Idoneità per principianti 15/100
PythonIreland/website#205 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 25/100
PythonIreland/website#204 ·
-
dependencies enhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 52/100
PythonIreland/website#187 ·
-
dependencies enhancement
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
PythonIreland/website#184 · 8 commenti ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
PythonIreland/website#177 ·
Tutte le issue di PythonIreland/website
Issue simili
-
area: harness bug status: needs-triage
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
Human-Agent-Society/reef#625 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 80/100
learningequality/kolibri#15351 · 2 commenti ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Name consistency Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
eellak/triplestore#65 · 1 commento ·