2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00

Merge pull request #672 from codingCoffee/crypto

cryptography urllib3 fixes
This commit is contained in:
Ameya Shenoy 2018-06-09 15:40:22 +05:30 committed by GitHub
commit 71d9d4bfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ def install_bench(args):
# secure pip installation # secure pip installation
if find_executable('pip'): if find_executable('pip'):
run_os_command({ 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: else: