Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to uv #756

Open
MelissaAutumn opened this issue Nov 19, 2024 · 0 comments
Open

Switch to uv #756

MelissaAutumn opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MelissaAutumn
Copy link
Member

Low priority!

We should switch over from pip to uv
https://docs.astral.sh/uv/

It should be a fairly easy switch, we'll just need to uv sync the directory and commit the lock file.

Then whenever we want to add a project to requirements we'll just need to use uv add instead of pip install.

We'll have to adjust our docker container to also use uv or convert the lockfile on the fly with uv export --format requirements-txt.

@MelissaAutumn MelissaAutumn added the enhancement New feature or request label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant