relax yt-dlp
moving upstream target, we always want the newest version
This commit is contained in:
parent
9b9c3ac7d4
commit
9eaba26b16
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.7,<4.0"
|
python = ">=3.7,<4.0"
|
||||||
mpv = ">=0.1" # TODO: do we use this?
|
mpv = ">=0.1" # TODO: do we use this?
|
||||||
yt-dlp = "^2023.9.24"
|
yt-dlp = ">=2023.9.24"
|
||||||
sanic = ">=21.12.2"
|
sanic = ">=21.12.2"
|
||||||
sanic-ext = ">=23.6.0"
|
sanic-ext = ">=23.6.0"
|
||||||
#sanic-openapi = ">=21.6.1"
|
#sanic-openapi = ">=21.6.1"
|
||||||
|
|
Loading…
Reference in New Issue