From 2a047658965e79a8be201023b9acc59625a9e8b5 Mon Sep 17 00:00:00 2001 From: Ben Avrahami Date: Sat, 2 Mar 2024 19:19:49 +0200 Subject: [PATCH] . --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 9e1521b..20a61f8 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,4 +1,4 @@ # install poetry and the dev-dependencies of the project -python -m pip install poetry==1.7.1 +python -m pip install poetry python -m poetry update --lock python -m poetry install \ No newline at end of file