upgrade to sanic-ext

This commit is contained in:
2023-08-27 00:51:10 +02:00
parent eeaa845dbd
commit 34134cd81c
6 changed files with 511 additions and 495 deletions

View File

@@ -10,7 +10,8 @@ python = ">=3.7,<4.0"
mpv = ">=0.1" # TODO: do we use this?
youtube_dl = "^2021.12.17"
sanic = ">=21.12.2"
sanic-openapi = ">=21.6.1"
sanic-ext = ">=23.6.0"
#sanic-openapi = ">=21.6.1"
[tool.poetry.dev-dependencies]
python-lsp-server = {extras = ["all"], version = "^1.3.3"}