feat: switch to Uv

This commit is contained in:
ducklet 2025-05-15 21:56:57 +02:00
parent 5c272b5110
commit 2814be8975
10 changed files with 538 additions and 852 deletions

View file

@ -4,8 +4,10 @@ cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
echo '# Poetry:'
poetry show --outdated --top-level --with=build,dev
echo '# Uv:'
uv tree --outdated \
| grep --color=never ' (latest: ' \
| sed -E 's/^[│├└─ ]*//'
echo '
# Npm:'