From 07e1a473c6b68f210be5d79db8472bca6427c98e Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 9 Mar 2019 23:15:15 +0800 Subject: [PATCH] update --- requirements.txt | 1 + scripts/install_centos.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cda109826..9ab4dcd66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +wheel flask flask_session flask_socketio diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index 90acb6f7b..dd3e539a8 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -49,7 +49,7 @@ if [ "${isVersion}" == '' ];then fi -yum install -y wget curl unzip zip +yum install -y wget curl unzip zip mysql-devel # if [ ! -d '/www/server/mdserver-web' ];then wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master