replit auto detect dependencies

replit can detect dependencies and will install the latest version
This commit is contained in:
igosad 2021-04-06 11:29:31 +01:00 committed by GitHub
parent b6b175a2ee
commit 409a53da2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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