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
|
||||
psutil==7.2.2
|
||||
|
||||
# YouTube support
|
||||
yt-dlp==2026.3.17
|
||||
# YouTube support -- unpinned; yt-dlp must track upstream releases to stay functional
|
||||
yt-dlp>=2026.3.17
|
||||
|
||||
# Lyrics support
|
||||
lrclibapi==0.3.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue