mirror of
https://github.com/chev2/shitpost-video-generator.git
synced 2026-03-30 07:32:50 +00:00
10 lines
292 B
TOML
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",
|
|
]
|