Skip to content

Commit 3572965

Browse files
committed
feat: discover uv-managed global Python installations (Fixes #379)
1 parent 80b4574 commit 3572965

File tree

4 files changed

+384
-3
lines changed

4 files changed

+384
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pet-uv/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license.workspace = true
66

77
[dependencies]
88
pet-core = { path = "../pet-core" }
9+
pet-fs = { path = "../pet-fs" }
910
pet-python-utils = { path = "../pet-python-utils" }
1011
serde = {version = "1.0.226", features = ["derive"]}
1112
toml = "0.9.7"

0 commit comments

Comments
 (0)