add wheel to dependencies (speed up install) (#447)
Signed-off-by: John Seekins <john@civiceagle.com> Signed-off-by: John Seekins <john@civiceagle.com>
This commit is contained in:
parent
ff72e1e0f3
commit
3e28e79e28
|
@ -40,7 +40,7 @@ function setup_venv {
|
|||
python3 -m venv "${venv_dir}"
|
||||
|
||||
source "${venv_dir}/bin/activate"
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install --upgrade pip wheel
|
||||
python3 -m pip install -r requirements.txt
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue