aboutsummaryrefslogtreecommitdiffstats
path: root/playlist_generator/pyproject.toml
blob: 21e42e49fe64d10e92375ac247207a728a98c6d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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",
    "json5>=0.15.0",
    "numpy>=2.5.0",
    "opencv-python>=4.13.0.92",
    "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