parent
c617af98ce
commit
ea0cb347f9
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,3 @@
|
||||
[virtualenvs]
|
||||
create = true
|
||||
in-project = true
|
@ -0,0 +1,26 @@
|
||||
[tool.poetry]
|
||||
name = "redditvideomakerbot"
|
||||
version = "2.2.2"
|
||||
description = "Create Reddit Videos with just✨ one command"
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
license = "GPL-3.0 license"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<4"
|
||||
boto3 = "^1.24.24"
|
||||
botocore = "1.27.24"
|
||||
gTTS = "2.2.4"
|
||||
moviepy = "1.0.3"
|
||||
playwright = "1.23.0"
|
||||
praw = "7.6.0"
|
||||
pytube = "12.1.0"
|
||||
requests = "2.28.1"
|
||||
rich = "12.4.4"
|
||||
toml = "0.10.2"
|
||||
translators = "5.3.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
@ -1,11 +0,0 @@
|
||||
boto3==1.24.24
|
||||
botocore==1.27.24
|
||||
gTTS==2.2.4
|
||||
moviepy==1.0.3
|
||||
playwright==1.23.0
|
||||
praw==7.6.0
|
||||
pytube==12.1.0
|
||||
requests==2.28.1
|
||||
rich==12.4.4
|
||||
toml==0.10.2
|
||||
translators==5.3.1
|
Loading…
Reference in new issue