2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

requests urllib3 crypto fixes

This commit is contained in:
Ameya Shenoy 2018-06-09 10:13:23 +00:00
parent 71d9d4bfe9
commit bb2453f7e2
No known key found for this signature in database
GPG Key ID: AC016A555657D0A3

View File

@ -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({