Fix: add youtube-search to pyproject.toml
This commit is contained in:
parent
e12d94c5a0
commit
92d3c6e52a
|
@ -11,6 +11,7 @@ dependencies = [
|
||||||
"yt-dlp",
|
"yt-dlp",
|
||||||
"python-decouple",
|
"python-decouple",
|
||||||
"httpx",
|
"httpx",
|
||||||
|
"youtube-search"
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
license = {text = "AGPL"}
|
license = {text = "AGPL"}
|
||||||
|
|
Loading…
Reference in a new issue