pull/109/head
midoks 3 years ago
parent 7b33995b30
commit 080c364684
  1. 2
      requirements.txt
  2. 5
      scripts/update/ubuntu.sh

@ -15,10 +15,10 @@ flask-sqlalchemy==2.3.2
cryptography==3.3.2
requests==2.20.0
ConfigParser==3.5.0
mysql-connector-python
python-engineio==3.13.2
python-socketio==4.2.0
Flask-SocketIO==3.0.2
zmq==0.0.0
mysqlclient==2.0.3
mysql-connector-python
# pytest-shutil

@ -15,6 +15,11 @@ else
cd /www/server/mdserver-web && pip3 install -r /www/server/mdserver-web/requirements.txt
fi
pip3 install gevent flask gunicorn flask_caching flask_session
pip3 install flask_socketio
cd /www/server/mdserver-web && ./cli.sh start
sleep 5

Loading…
Cancel
Save