mirror of
https://github.com/astral-sh/uv
synced 2026-01-14 18:13:37 -05:00
## Summary You can now run `uv tree --script main.py` to show the dependency tree for a given script. If a lockfile doesn't exist, it will create one. Closes https://github.com/astral-sh/uv/issues/7328.