mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-23 07:12:27 +00:00
Support Deno installed via Python package (#15614)
* Add `deno` extra * Check Python "scripts" path for runtime executables Closes #15530 Authored by: zahlman, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
@@ -65,6 +65,9 @@ secretstorage = [
|
||||
"cffi",
|
||||
"secretstorage",
|
||||
]
|
||||
deno = [
|
||||
"deno>=2.6.5", # v2.6.5 fixes installation of incompatible binaries
|
||||
]
|
||||
build = [
|
||||
"build",
|
||||
"hatchling>=1.27.0",
|
||||
|
||||
Reference in New Issue
Block a user