Sha256: 5a1dbdb0981d76eb870502709a7fc88b03eefca6e13abbf7ee6e4a48c45e0868
Contents?: true
Size: 522 Bytes
Versions: 3
Compression:
Stored size: 522 Bytes
Contents
pymongo[aws]>=3.11 # cffi==1.14.3 was the last installable release on RHEL 6.3 with Python 3.4 cffi==1.14.3;python_version=="3.4" cffi>=1.12.0,<2;python_version!="3.4" # We test PyPy on RHEL 6.2 which has OpenSSL 1.0.1e # Pin to cryptography 2.8.* until we figure our how to # install cryptography with PyPy with a newer OpenSSL. cryptography>=2,<2.9;platform_python_implementation=='PyPy' cryptography>=2;platform_python_implementation!='PyPy' mock;python_version=='2.7' six>=1.5;python_version=='2.7' requests_mock>=1.10
Version data entries
3 entries across 3 versions & 1 rubygems