feat: add uv to installable applications (#4304)

This commit is contained in:
potato
2026-04-07 17:35:37 +02:00
committed by GitHub
parent 6a495411e8
commit 6198bb2cdd

View File

@@ -3218,6 +3218,15 @@
"winget": "Intel.PresentMon.Beta",
"foss": true
},
"uv": {
"category": "Development",
"choco": "na",
"content": "uv",
"description": "uv is a fast Python package and project manager written in Rust.",
"link": "https://docs.astral.sh/uv/getting-started/installation/",
"winget": "astral-sh.uv",
"foss": true
},
"pyenvwin": {
"category": "Development",
"choco": "pyenv-win",