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.

19 lines
382 B
TOML

[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"
humanize = "^4.6.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"