Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"