08d4f22a58
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.7.6 to 2023.9.24. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2023.07.06...2023.09.24) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
645 B
TOML
25 lines
645 B
TOML
[tool.poetry]
|
|
name = "grzegorz"
|
|
version = "0.2.0"
|
|
description = "A REST API for managing a MPV instance over via a RPC socket."
|
|
authors = ["Peder Bergebakken Sundt <pbsds@hotmail.com>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.7,<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-openapi = ">=21.6.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
python-lsp-server = {extras = ["all"], version = "^1.3.3"}
|
|
|
|
[tool.poetry.scripts]
|
|
grzegorz-mpv-command = 'grzegorz.mpv:print_mpv_command'
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|