diff --git a/bench/utils.py b/bench/utils.py index cd51a47e..34b97cb2 100755 --- a/bench/utils.py +++ b/bench/utils.py @@ -134,6 +134,7 @@ def setup_env(bench_path='.'): exec_cmd('./env/bin/pip -q install --upgrade pip', cwd=bench_path) exec_cmd('./env/bin/pip -q install wheel', cwd=bench_path) # exec_cmd('./env/bin/pip -q install https://github.com/frappe/MySQLdb1/archive/MySQLdb-1.2.5-patched.tar.gz', cwd=bench_path) + exec_cmd('./env/bin/pip -q install six', cwd=bench_path) exec_cmd('./env/bin/pip -q install -e git+https://github.com/frappe/python-pdfkit.git#egg=pdfkit', cwd=bench_path) def setup_socketio(bench_path='.'):