2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-08 16:14:12 +00:00

Merge pull request #674 from codingCoffee/crypto3

cryto
This commit is contained in:
Ameya Shenoy 2018-06-09 15:54:10 +05:30 committed by GitHub
commit b8911fbf18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ def install_bench(args):
})
success = run_os_command({
'pip': "sudo pip install ansible"
'pip': "sudo pip install --upgrade urllib3 requests cryptography ansible"
})
if not success: