2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 07:28:25 +00:00

cryptography urllib3 fixes

This commit is contained in:
Ameya Shenoy 2018-06-09 10:09:44 +00:00
parent 452ed1d4e1
commit c565269acf
No known key found for this signature in database
GPG Key ID: AC016A555657D0A3

View File

@ -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: