From bb2453f7e243d550a0c94bd789b41bbc3a19161c Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Sat, 9 Jun 2018 10:13:23 +0000 Subject: [PATCH] requests urllib3 crypto fixes --- playbooks/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install.py b/playbooks/install.py index 5fb99e59..4c311586 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -51,7 +51,7 @@ def install_bench(args): if success: run_os_command({ - 'pip': 'sudo pip install --upgrade pip==9.0.3 setuptools', + 'pip': 'sudo pip install --upgrade setuptools urllib3 requests cryptography pip==9.0.3' }) success = run_os_command({