mirror of
https://github.com/astral-sh/uv
synced 2026-01-10 08:03:23 -05:00
## Summary You can now run `uv export --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/8609. Closes https://github.com/astral-sh/uv/issues/9657.