summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-06-10 15:40:58 -0700
committerTim Burke <tim.burke@gmail.com>2019-06-11 09:54:42 -0700
commitb7b92b97b12f2a5c0e1beed59b6ffd4791cec896 (patch)
tree70764dfabb3857c70ad0a970c20b1846f10fed44 /requirements.txt
parentdca658103a63d212bdf9195fcde6038557c13401 (diff)
downloadswift-b7b92b97b12f2a5c0e1beed59b6ffd4791cec896.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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