Files
AnyMusicBot/lib/pytube/pyproject.toml
2024-07-30 14:07:07 +03:00

18 lines
500 B
TOML

[tool.poetry]
name = "pytube"
version = "15.0.1"
description = "Python 3 library for downloading YouTube Videos."
authors = ["Ronnie Ghose", "Taylor Fox Dahlin", "Nick Ficano"]
license = "The Unlicense (Unlicense)"
keywords = ["youtube", "download", "video", "stream",]
readme = "README.md"
homepage = "https://pytube.io"
repository = "https://github.com/pytube/pytube"
[tool.poetry.dependencies]
python = ">=3.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"