mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
Merge pull request #673 from codingCoffee/crypto2
requests urllib3 crypto fixes
This commit is contained in:
commit
70b1c40fcb
@ -51,7 +51,7 @@ def install_bench(args):
|
|||||||
|
|
||||||
if success:
|
if success:
|
||||||
run_os_command({
|
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({
|
success = run_os_command({
|
||||||
|
Loading…
Reference in New Issue
Block a user