Add --no-hashes to uv export (#6954)

## Summary

Closes https://github.com/astral-sh/uv/issues/6944.
This commit is contained in:
Charlie Marsh 2024-09-02 22:12:29 -04:00 committed by GitHub
parent ad82b94856
commit ccdf2d793b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 76 additions and 11 deletions

View file

@ -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>