mirror of
https://github.com/alexta69/metube.git
synced 2026-06-13 16:40:05 +00:00
feat(deps): Enable curl-cffi for yt-dlp and update dependencies
This enables the curl-cffi extra for the package. This also includes updates to other Python dependencies as a result of re-locking the Pipfile.
This commit is contained in:
@@ -9,7 +9,7 @@ pylint = "*"
|
||||
[packages]
|
||||
aiohttp = "*"
|
||||
python-socketio = "~=5.0"
|
||||
yt-dlp = "*"
|
||||
yt-dlp = { version = "*", extras = ["default", "curl-cffi"] }
|
||||
mutagen = "*"
|
||||
curl-cffi = "*"
|
||||
watchfiles = "*"
|
||||
|
||||
Generated
+904
-531
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user