From cad5b8c8fdda1bb6b42b8903d29cf0abec655a29 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 17 Dec 2022 20:07:45 +0100 Subject: [PATCH] use requirements.txt for dependencies --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1d19b0f..e90d8c6 100755 --- a/scripts/install +++ b/scripts/install @@ -112,7 +112,7 @@ ynh_script_progression --message="Installing python dependencies..." --weight=1 pushd $final_path python3 -m venv venv venv/bin/pip install --upgrade pip - venv/bin/pip install flask + venv/bin/pip install -r requirements.txt # should only be flask for now, but just in case #================================================= # CREATE DEDICATED USER