Create .replit

This commit is contained in:
Spike 2020-08-10 18:43:22 +00:00 committed by GitHub
parent 37ed07b4ab
commit 6f096a43f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "python3"
run = "pip install -r requirements.txt && ./run"