qwen2
ExocoreV1 / .replit
Helenbaclayon Bacalso
Fix python -> python3
bd100ec
Raw
History Blame Contribute Delete
183 Bytes
entrypoint = "main.py"
run = "pip install -r requirements.txt && python3 main.py"
modules = ["python-3.11"]
[nix]
channel = "stable-25_05"
[deployment]
run = ["python3", "main.py"]