-
- Downloads
Added missing requirements
Showing
- app/__init__.py 2 additions, 2 deletionsapp/__init__.py
- app/experiment/views.py 6 additions, 3 deletionsapp/experiment/views.py
- app/static/js/getDrawing.js 62 additions, 59 deletionsapp/static/js/getDrawing.js
- app/static/js/urls.js 3 additions, 4 deletionsapp/static/js/urls.js
- requirements.txt 2 additions, 5 deletionsrequirements.txt
... | @@ -6,7 +6,6 @@ Flask-Login==0.4.1 | ... | @@ -6,7 +6,6 @@ Flask-Login==0.4.1 |
Flask-Migrate==2.2.1 | Flask-Migrate==2.2.1 | ||
Flask-Session==0.3.1 | Flask-Session==0.3.1 | ||
Flask-SocketIO==4.3.0 | Flask-SocketIO==4.3.0 | ||
# Flask-SocketIO==3.3.2 | |||
Flask-SQLAlchemy==2.3.2 | Flask-SQLAlchemy==2.3.2 | ||
Flask-Uploads==0.2.1 | Flask-Uploads==0.2.1 | ||
Flask-WTF==0.14.2 | Flask-WTF==0.14.2 | ||
... | @@ -17,13 +16,12 @@ matplotlib==3.0.3 | ... | @@ -17,13 +16,12 @@ matplotlib==3.0.3 |
mysql-connector==2.2.9 | mysql-connector==2.2.9 | ||
networkx==2.2 | networkx==2.2 | ||
numpy==1.16.2 | numpy==1.16.2 | ||
Pillow | |||
PyMySQL==0.9.3 | PyMySQL==0.9.3 | ||
pyparsing==2.3.1 | pyparsing==2.3.1 | ||
python-dateutil==2.7.3 | python-dateutil==2.7.3 | ||
python-editor==1.0.3 | python-decouple | ||
python-engineio==3.13.0 | python-engineio==3.13.0 | ||
# python-engineio==3.5.1 | |||
# python-socketio==3.1.2 | |||
python-socketio==4.6.0 | python-socketio==4.6.0 | ||
pytz==2018.7 | pytz==2018.7 | ||
rope==0.12.0 | rope==0.12.0 | ||
... | @@ -33,4 +31,3 @@ uuid==1.30 | ... | @@ -33,4 +31,3 @@ uuid==1.30 |
Werkzeug==0.14.1 | Werkzeug==0.14.1 | ||
WTForms==2.2.1 | WTForms==2.2.1 | ||
WTForms-SQLAlchemy==0.1 | WTForms-SQLAlchemy==0.1 | ||
python-decouple |
Please register or sign in to comment