summaryrefslogtreecommitdiff
path: root/etc/pip/components/platform.req
blob: 10bb44fb08f62472486afc96637c81f2ac26355e (plain)
1
2
3
4
5
# 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