Install the same version of cryptography in buildwheels image

This commit is contained in:
Anna Sirota
2021-03-18 13:30:36 +01:00
parent a04bb4c8ce
commit b255d4c54b

View File

@@ -41,7 +41,7 @@ pip3 install --upgrade pip
# Pin poetry to 1.0, as more recent version to not support nested filesystem package
# dependencies.
pip3 install wheel poetry==1.0
pip3 install wheel poetry==1.0 cryptography==2.7
# Build wheels for all dependencies.
cd /data/topdev/blender-cloud