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 \