5 lines
319 B
Plaintext
5 lines
319 B
Plaintext
# Platform-specific components
|
|
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 |