Also install setuptools and wheel

This commit is contained in:
Anna Sirota
2021-03-18 13:55:38 +01:00
parent b255d4c54b
commit fa6d6acfde

View File

@@ -37,7 +37,7 @@ set -x
# Globally upgrade Pip, so that we can get a compatible version of the cryptography package.
# See https://github.com/pyca/cryptography/issues/5771
pip3 install --upgrade pip
pip3 install --upgrade pip setuptools wheel
# Pin poetry to 1.0, as more recent version to not support nested filesystem package
# dependencies.