aboutsummaryrefslogtreecommitdiffstats
path: root/playlist_generator/pyproject.toml
blob: 5ac1b1f373794200a534a00cb27934cf600458b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "playlist-generator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "boto3>=1.43.22",
    "python-dotenv>=1.2.2",
    "requests>=2.34.2",
    "yt-dlp>=2026.3.17",
]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage