This commit is contained in:
midoks 2020-07-09 19:26:34 +08:00
parent c1af2aaa63
commit d938affe9b
2 changed files with 2 additions and 1 deletions

View File

@ -15,5 +15,5 @@ pillow
chardet
flask-sqlalchemy
ConfigParser
MySQL-python
MySQL-python==1.2.5
# pytest-shutil

View File

@ -81,6 +81,7 @@ yum -y install $paces
yum -y lsof net-tools.x86_64
yum -y install ncurses-devel mysql-dev locate cmake
yum -y install python-devel.x86_64
yum -y install MySQL-python
yum -y install epel-release
if [ ! -f '/usr/bin/pip' ];then