From 409a53da2c8dc62dea02d573c38dcb9874e4f207 Mon Sep 17 00:00:00 2001 From: igosad <65003317+igosad@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:29:31 +0100 Subject: [PATCH] replit auto detect dependencies replit can detect dependencies and will install the latest version --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index 909eee8..db3106f 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,2 @@ language = "python3" -run = "pip install -r requirements.txt && ./run" +run = "./run"