# cffi==1.14.3 was the last installable release on RHEL 6.2 with Python 3.4
cffi==1.14.3;python_version=="3.4"
cffi>=1.12.0,<2;python_version!="3.4"
cryptography>=2,<3.4;python_version=="2.7"
cryptography>=2,<2.9;python_version=="3.4"
cryptography>=2,<3.3;python_version=="3.5"
cryptography>=2;python_version>"3.5"
