Skip to content

Instantly share code, notes, and snippets.

@trey
Created October 26, 2024 16:07
Show Gist options
  • Save trey/ed5b6944888a85b897546fcbe71c857a to your computer and use it in GitHub Desktop.
Save trey/ed5b6944888a85b897546fcbe71c857a to your computer and use it in GitHub Desktop.
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