Skip to content

Instantly share code, notes, and snippets.

@trey
Created October 26, 2024 16:07
convert a project using pip-tools to use uv
while read line; do uv add "$line"; done < requirements/requirements.in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment