firepup-py-package/.replit

11 lines
189 B
Text
Raw Normal View History

2023-09-29 23:35:51 +00:00
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"]