Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --script support to uv tree for PEP 723 scripts #10159

Open
wants to merge 1 commit into
base: charlie/script-add
Choose a base branch
from

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Dec 25, 2024

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 #7328.

@charliermarsh charliermarsh added enhancement New feature or improvement to existing functionality no-build Disable building binaries in CI no-test Disable CI tests for a pull request labels Dec 25, 2024
@charliermarsh charliermarsh changed the base branch from main to charlie/script-add December 25, 2024 19:01
@charliermarsh charliermarsh removed no-build Disable building binaries in CI no-test Disable CI tests for a pull request labels Dec 25, 2024
@charliermarsh charliermarsh marked this pull request as ready for review December 25, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant