From e01836dc2e1a972548365193fa22678166ddbca4 Mon Sep 17 00:00:00 2001 From: Bharat Ramanathan Date: Thu, 9 Nov 2023 19:03:01 +0530 Subject: [PATCH] fix: remove installation from replit run command --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index 2f58dfd..93cbd6d 100644 --- a/.replit +++ b/.replit @@ -1,4 +1,4 @@ -run = "poetry lock --no-update && poetry install && bash run.sh" +run = "bash run.sh" entrypoint = "main.py" modules = ["python-3.10:v18-20230807-322e88b"]