2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 15:38:25 +00:00
This commit is contained in:
Ameya Shenoy 2018-06-09 10:23:12 +00:00
parent 71d9d4bfe9
commit e61227c973
No known key found for this signature in database
GPG Key ID: AC016A555657D0A3

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: