🔧 Migrate from pip to uv for dependency management

Open
#171 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

This issue has not been assessed yet.

Description

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.

Dominant language
Python
Stars
17
Forks
27
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from PythonIreland/website

All issues in PythonIreland/website

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.