pull/109/head
midoks 4 years ago
parent 309d87216f
commit 20a53d12a7
  1. 1
      requirements.txt
  2. 1
      scripts/install_centos.sh

@ -10,7 +10,6 @@ gunicorn==19.9
gevent==1.3.7
gevent-websocket
psutil==5.6.6
pillow==6.2.2
chardet==3.0.4
flask-sqlalchemy==2.3.2
cryptography==3.3.2

@ -90,6 +90,7 @@ if [ ! -f '/usr/bin/pip' ];then
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
pip install --upgrade pip
pip install pillow==6.2.2
fi

Loading…
Cancel
Save