mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Merge pull request #672 from codingCoffee/crypto
cryptography urllib3 fixes
This commit is contained in:
commit
71d9d4bfe9
@ -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…
Reference in New Issue
Block a user