From b7b92b97b12f2a5c0e1beed59b6ffd4791cec896 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 10 Jun 2019 15:40:58 -0700 Subject: Bump up minimum cryptography version ...not because we strictly *need* newer cryptography, but rather because distro packages have moved forward to the point where the 1.x series won't compile from source and PyPI doesn't have wheels for them. See changes like: - https://github.com/pyca/cryptography/commit/6e7ea2e - https://github.com/pyca/cryptography/commit/f88aea5 Change-Id: I1ff5b61873cf382c7a89873ed4ba6153f299262a --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 3e59ee4c1..609e540e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ requests>=2.14.2 # Apache-2.0 six>=1.9.0 xattr>=0.4;sys_platform!='win32' # MIT PyECLib>=1.3.1 # BSD -cryptography!=2.0,>=1.8.2 # BSD/Apache-2.0 +cryptography>=2.0.2 # BSD/Apache-2.0 ipaddress>=1.0.16;python_version<'3.3' # PSF -- cgit v1.2.1