Update inputs
This commit is contained in:
@@ -6,11 +6,11 @@ authors = ["Peder Bergebakken Sundt <pbsds@hotmail.com>"]
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.7,<4.0"
|
||||
python = ">=3.8,<4.0"
|
||||
mpv = ">=0.1" # TODO: do we use this?
|
||||
yt-dlp = ">=2023.9.24"
|
||||
sanic = ">=21.12.2"
|
||||
sanic-ext = ">=23.6.0"
|
||||
sanic = ">=23.12.0,<24"
|
||||
sanic-ext = ">=23.12.0,<24"
|
||||
#sanic-openapi = ">=21.6.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user