shitpost-video-generator/pyproject.toml
2026-01-24 16:59:23 -08:00

10 lines
292 B
TOML

[project]
name = "shitpost-video-generator"
version = "0.1.0"
description = "Takes provided video/audio clips and splices them together at random to produce randomly-generated humor."
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"moviepy==2.2.1",
"tqdm>=4.67.1",
]