Add pip freeze for debugging

To assist with debugging show what's in the venv.

Change-Id: If2c1455eaef22cf2087803860c5226a07801ea3e
This commit is contained in:
Joshua Hesketh 2016-04-04 19:41:23 +10:00
parent f224cae0bd
commit 9aa89de926
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ pip_requires() {
fi
echo "Requirements installed"
pip freeze
}
db_sync() {