You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be useful for me, as it would scan the entire lockfile rather than just what gets exported. For example, the lockfiles can contain mutually exclusive dependencies that cannot be exported to requirements files.
The uv( https://docs.astral.sh/uv/ ) is a single tool to replace
pip
,pip-tools
,pipx
,poetry
,pyenv
,twine
,virtualenv
, and more.And packages are hosted by PyPI.
This scanner may be able to support uv.lock files with minor modifications.
Note
The uv doesn't have a v1 release yet.
So, the lockfile format may change...
For other uv users
You can indirectly scan
uv.lock
files by exportingrequirements.txt
The text was updated successfully, but these errors were encountered: