You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
362 B
TOML
18 lines
362 B
TOML
2 years ago
|
[tool.poetry]
|
||
|
name = "yt-dlp-stream-to-s3"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Juan Olvera <juan@jolvera.dev>"]
|
||
|
readme = "README.md"
|
||
|
packages = [{include = "yt_dlp_stream_to_s3"}]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
yt-dlp = "^2023.3.4"
|
||
|
boto3 = "^1.26.137"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|