summaryrefslogtreecommitdiff
path: root/etc/pip/components/platform.req
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pip/components/platform.req')
-rw-r--r--etc/pip/components/platform.req1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pip/components/platform.req b/etc/pip/components/platform.req
index 10bb44fb08f..ec5aabae7e5 100644
--- a/etc/pip/components/platform.req
+++ b/etc/pip/components/platform.req
@@ -3,3 +3,4 @@ pypiwin32>=223; sys_platform == "win32" and python_version > "3"
pywin32>=225; sys_platform == "win32" and python_version > "3"
cryptography == 2.3; platform_machine == "s390x" or platform_machine == "ppc64le" # Needed for oauthlib to use RSAAlgorithm # Version locked - see SERVER-36618
+cryptography == 36.0.2; platform_machine != "s390x" and platform_machine != "ppc64le" \ No newline at end of file