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:
parent
452ed1d4e1
commit
c565269acf
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user