Skip to content

Commit

Permalink
Add '--no-strip-extras' to uv pip calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm committed Apr 22, 2024
1 parent 4f23e31 commit b8b6215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions uv/private/pip_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PYTHON_VERSION="$(python3 -c 'import sys; print(f"{sys.version_info.major}.{sys.
$UV pip compile \
--generate-hashes \
--no-header \
--no-strip-extras \
--python-version=$PYTHON_VERSION \
-o $REQUIREMENTS_TXT \
$REQUIREMENTS_IN \
Expand Down
1 change: 1 addition & 0 deletions uv/private/pip_compile_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $UV pip compile \
--no-cache \
--generate-hashes \
--no-header \
--no-strip-extras \
--python-version=$PYTHON_VERSION \
-c $REQUIREMENTS_TXT \
$REQUIREMENTS_IN

0 comments on commit b8b6215

Please sign in to comment.