fixes after self review

pull/932/head
drugsosos 3 years ago committed by GitHub
parent ea0cb347f9
commit 2894de3946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save