mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-31 15:57:26 +00:00
Add --no-hashes
to uv export
(#6954)
## Summary Closes https://github.com/astral-sh/uv/issues/6944.
This commit is contained in:
parent
ad82b94856
commit
ccdf2d793b
7 changed files with 76 additions and 11 deletions
|
@ -1738,6 +1738,8 @@ uv export [OPTIONS]
|
|||
|
||||
</dd><dt><code>--no-dev</code></dt><dd><p>Omit development dependencies</p>
|
||||
|
||||
</dd><dt><code>--no-hashes</code></dt><dd><p>Omit hashes in the generated output</p>
|
||||
|
||||
</dd><dt><code>--no-index</code></dt><dd><p>Ignore the registry index (e.g., PyPI), instead relying on direct URL dependencies and those provided via <code>--find-links</code></p>
|
||||
|
||||
</dd><dt><code>--no-progress</code></dt><dd><p>Hide all progress outputs.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue