unpin yt-dlp to always grab latest on rebuild
This commit is contained in:
parent
083f38ca77
commit
0eab09cead
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ beautifulsoup4==4.14.3
|
||||||
# System monitoring
|
# System monitoring
|
||||||
psutil==7.2.2
|
psutil==7.2.2
|
||||||
|
|
||||||
# YouTube support
|
# YouTube support -- unpinned; yt-dlp must track upstream releases to stay functional
|
||||||
yt-dlp==2026.3.17
|
yt-dlp>=2026.3.17
|
||||||
|
|
||||||
# Lyrics support
|
# Lyrics support
|
||||||
lrclibapi==0.3.1
|
lrclibapi==0.3.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue