vroom vroom
This commit is contained in:
@@ -7,10 +7,10 @@ license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.7,<4.0"
|
||||
mpv = "^0.1" # TODO: do we use this?
|
||||
mpv = ">=0.1" # TODO: do we use this?
|
||||
youtube_dl = "^2021.12.17"
|
||||
sanic = "^21.12.2"
|
||||
sanic-openapi = "^21.6.1"
|
||||
sanic = ">=21.12.2"
|
||||
sanic-openapi = ">=21.6.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
python-lsp-server = {extras = ["all"], version = "^1.3.3"}
|
||||
|
||||
Reference in New Issue
Block a user