-
- Downloads
Handle CSV export with socket connection in a background job
Showing
- app/__init__.py 3 additions, 2 deletionsapp/__init__.py
- app/experiment/templates/experiment_statistics.html 20 additions, 1 deletionapp/experiment/templates/experiment_statistics.html
- app/experiment/views.py 64 additions, 12 deletionsapp/experiment/views.py
- app/models.py 12 additions, 0 deletionsapp/models.py
- app/routes.py 0 additions, 175 deletionsapp/routes.py
- app/static/css/main.css 7 additions, 1 deletionapp/static/css/main.css
- app/static/js/getDrawing.js 0 additions, 5 deletionsapp/static/js/getDrawing.js
- app/utils.py 166 additions, 6 deletionsapp/utils.py
- config.py 15 additions, 14 deletionsconfig.py
- embody_plot.py 1 addition, 1 deletionembody_plot.py
- requirements.txt 7 additions, 4 deletionsrequirements.txt
... | ... | @@ -13,7 +13,8 @@ Flask-Cors==3.0.7 |
Flask-Login==0.4.1 | ||
Flask-Migrate==2.2.1 | ||
Flask-Session==0.3.1 | ||
Flask-SocketIO==3.3.2 | ||
Flask-SocketIO==4.3.0 | ||
# Flask-SocketIO==3.3.2 | ||
Flask-SQLAlchemy==2.3.2 | ||
Flask-Uploads==0.2.1 | ||
Flask-WTF==0.14.2 | ||
... | ... | @@ -40,8 +41,10 @@ PyMySQL==0.9.3 |
pyparsing==2.3.1 | ||
python-dateutil==2.7.3 | ||
python-editor==1.0.3 | ||
python-engineio==3.5.1 | ||
python-socketio==3.1.2 | ||
python-engineio==3.13.0 | ||
# python-engineio==3.5.1 | ||
# python-socketio==3.1.2 | ||
python-socketio==4.6.0 | ||
pytz==2018.7 | ||
rope==0.12.0 | ||
scipy==1.2.1 | ||
... | ... | @@ -54,4 +57,4 @@ visitor==0.1.3 |
Werkzeug==0.14.1 | ||
WTForms==2.2.1 | ||
WTForms-SQLAlchemy==0.1 | ||
python-decouple | ||
\ No newline at end of file | ||
python-decouple |
Please register or sign in to comment