Skip to content

[ENH] Use uv to manage dependencies#926

Open
OmBiradar wants to merge 1 commit into
repository-service-tuf:mainfrom
OmBiradar:use_uv
Open

[ENH] Use uv to manage dependencies#926
OmBiradar wants to merge 1 commit into
repository-service-tuf:mainfrom
OmBiradar:use_uv

Conversation

@OmBiradar

@OmBiradar OmBiradar commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Fixes #925

Parent issue repository-service-tuf/repository-service-tuf#951

Adding uv adds the pyproject.toml and uv.lock in replacement of pipfile and pipfile.lock which was used by pipenv.

Replaces pipenv with uv in the following places:

  • tox.ini
  • Dockerfile
  • README
  • dependabot.yml
  • readthedocs.yml

Confirmation:

All the tests work perfectly and the docker image build is successful!

Signed-off-by: OmBiradar <ombiradar04@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task: Use uv for dependency management

1 participant