Ranoosh / nouraai12.replit
mrwabnalas40's picture
Upload 70 files
a2cbfcc verified
raw
history blame
462 Bytes
run = "Home"
modules = ["python-3.11"]
[nix]
channel = "stable-24_05"
packages = ["bash", "ffmpeg-full", "geckodriver", "gitFull", "playwright-driver", "tesseract"]
[deployment]
run = ["sh", "-c", "Home"]
[workflows]
runButton = "Run Python"
[[workflows.workflow]]
name = "Run Python"
author = 42985818
mode = "sequential"
[[workflows.workflow.tasks]]
task = "packager.installForAll"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "python main.py"