2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

Merge pull request #673 from codingCoffee/crypto2

requests urllib3 crypto fixes
This commit is contained in:
Ameya Shenoy 2018-06-09 15:44:21 +05:30 committed by GitHub
commit 70b1c40fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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