From 40cadb268e4cfef2e55521480cad14cfead2ce13 Mon Sep 17 00:00:00 2001 From: Bill Cromie Date: Wed, 25 Jan 2017 12:07:42 -0500 Subject: [PATCH] specifying a version of cryptography that will definitely work. now, will it all work together? --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index 40f053c5..2ae9f93b 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -19,7 +19,7 @@ hide_output pip3 install --upgrade setuptools hide_output pip3 install --upgrade \ rtyaml "email_validator>=1.0.0" "free_tls_certificates>=0.1.3" "exclusiveprocess" \ - "idna>=2.0.0" "cryptography<=1.0.2" boto psutil + "idna>=2.0.0" "cryptography>=1.7.1" boto psutil # duplicity uses python 2 so we need to get the python 2 package of boto to have backups to S3. # boto from the Ubuntu package manager is too out-of-date -- it doesn't support the newer