From c565269acfb7e13d3239da65b13d7304147d5535 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Sat, 9 Jun 2018 10:09:44 +0000 Subject: [PATCH] cryptography urllib3 fixes --- playbooks/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install.py b/playbooks/install.py index 529e473a..5fb99e59 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -36,7 +36,7 @@ def install_bench(args): # secure pip installation if find_executable('pip'): run_os_command({ - 'pip': 'sudo pip install --upgrade setuptools pip==9.0.3' + 'pip': 'sudo pip install --upgrade setuptools urllib3 requests cryptography pip==9.0.3' }) else: