File size: 179 Bytes
ddb9253
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
entrypoint = "main.py"

modules = ["python-3.10:v5-20230613-622effa"]

hidden = [".pythonlibs"]

[nix]
channel = "stable-23_05"

[deployment]
run = ["sh", "-c", "python3 main.py"]