Add mysql dependencies

This commit is contained in:
James Wang 2015-12-22 20:17:39 -05:00
parent b359b2653b
commit 44cc24b1af
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,3 @@
Flask
gunicorn
gunicorn
flask-mysql

View file

@ -5,7 +5,7 @@ sudo apt-get -y update
sudo apt-get -y upgrade
echo "Installing dependencies..."
sudo apt-get -y install python-pip
sudo apt-get -y install python-pip libmysqlclient-dev
echo "Installing pip dependencies..."
sudo pip install -r scripts/requirements.txt