|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
[tool.poetry]
|
|
|
|
|
name = "redditvideomakerbot"
|
|
|
|
|
version = "2.2.2"
|
|
|
|
|
description = "Create Reddit Videos with just✨ one command"
|
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
description = "Create Reddit Videos with just one command"
|
|
|
|
|
authors = ["elebumm <hi@lewismenelaws.com>"]
|
|
|
|
|
license = "GPL-3.0 license"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = ">=3.9,<4"
|
|
|
|
|
boto3 = "^1.24.24"
|
|
|
|
|
python = "^3.9"
|
|
|
|
|
boto3 = "1.24.24"
|
|
|
|
|
botocore = "1.27.24"
|
|
|
|
|
gTTS = "2.2.4"
|
|
|
|
|
moviepy = "1.0.3"
|
|
|
|
|