From 99d31d503042c1fa8c248b2a687e2d9f48121c82 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 27 Sep 2023 14:01:43 +0200 Subject: [PATCH] fix orchestra-admin --- orchestra/bin/orchestra-admin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orchestra/bin/orchestra-admin b/orchestra/bin/orchestra-admin index a5b6e1de..d955dd61 100755 --- a/orchestra/bin/orchestra-admin +++ b/orchestra/bin/orchestra-admin @@ -150,9 +150,9 @@ function install_requirements () { fi # cracklib and lxml are excluded on the requirements.txt because they need unconvinient system dependencies - PIP="$(wget http://git.io/orchestra-requirements.txt -O - | tr '\n' ' ') \ + PIP="$(cat requirements.txt -O - | tr '\n' ' ') \ cracklib \ - lxml==3.3.5" + lxml==4.9.3" if $testing; then PIP="${PIP} \ selenium \