1
Fork 0
mirror of https://github.com/Steffo99/youtubedlez.git synced 2024-10-16 06:17:30 +00:00
youtubedlez/pyproject.toml
2021-04-13 17:09:28 +02:00

15 lines
336 B
TOML

[tool.poetry]
name = "youtubedlez"
version = "0.1.0"
description = "A fast and easy way to use YoutubeDL"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
[tool.poetry.dependencies]
python = "^3.9"
youtube_dl = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"