Add mysql dependencies
This commit is contained in:
parent
b359b2653b
commit
44cc24b1af
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
Flask
|
||||
gunicorn
|
||||
gunicorn
|
||||
flask-mysql
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue