diff --git a/requirements-dev.txt b/requirements-dev.txt index d9da24be..c599b3b7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,3 +12,8 @@ twine virtualenv>=15.0.3 wheel wheeltools + +# need to pin cryptography for manylinux1 builds +# cryptography only provides manylinux2010 wheels since 3.4.0 +# because of the lack of a decent rust compiler on manylinux1 +cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64"