fpsql-py-package/.replit
2023-10-01 20:12:41 -05:00

10 lines
189 B
Text

entrypoint = "main.py"
modules = ["python-3.10:v18-20230807-322e88b"]
hidden = [".*", "replit*","*.sh"]
[nix]
channel = "stable-23_05"
[deployment]
run = ["sh", "-c", "python3 main.py"]