-
- Downloads
Pushing to etherpad
Showing
- models/database.py 2 additions, 5 deletionsmodels/database.py
- requirements.txt 6 additions, 0 deletionsrequirements.txt
- server.py 16 additions, 5 deletionsserver.py
- shared.py 0 additions, 5 deletionsshared.py
- templates/protocol-show.html 2 additions, 1 deletiontemplates/protocol-show.html
- utils.py 24 additions, 0 deletionsutils.py
... | @@ -3,15 +3,19 @@ amqp==2.1.4 | ... | @@ -3,15 +3,19 @@ amqp==2.1.4 |
appdirs==1.4.0 | appdirs==1.4.0 | ||
argh==0.26.2 | argh==0.26.2 | ||
billiard==3.5.0.2 | billiard==3.5.0.2 | ||
blessings==1.6 | |||
blinker==1.4 | blinker==1.4 | ||
bpython==0.16 | |||
celery==4.0.2 | celery==4.0.2 | ||
click==6.7 | click==6.7 | ||
curtsies==0.2.11 | |||
Flask==0.12 | Flask==0.12 | ||
Flask-Migrate==2.0.3 | Flask-Migrate==2.0.3 | ||
Flask-Script==2.0.5 | Flask-Script==2.0.5 | ||
Flask-SocketIO==2.8.4 | Flask-SocketIO==2.8.4 | ||
Flask-SQLAlchemy==2.1 | Flask-SQLAlchemy==2.1 | ||
Flask-WTF==0.14.2 | Flask-WTF==0.14.2 | ||
greenlet==0.4.12 | |||
itsdangerous==0.24 | itsdangerous==0.24 | ||
Jinja2==2.9.5 | Jinja2==2.9.5 | ||
kombu==4.0.2 | kombu==4.0.2 | ||
... | @@ -20,6 +24,7 @@ MarkupSafe==0.23 | ... | @@ -20,6 +24,7 @@ MarkupSafe==0.23 |
packaging==16.8 | packaging==16.8 | ||
pathtools==0.1.2 | pathtools==0.1.2 | ||
psycopg2==2.6.2 | psycopg2==2.6.2 | ||
Pygments==2.2.0 | |||
pyldap==2.4.28 | pyldap==2.4.28 | ||
pyparsing==2.1.10 | pyparsing==2.1.10 | ||
python-editor==1.0.3 | python-editor==1.0.3 | ||
... | @@ -34,5 +39,6 @@ six==1.10.0 | ... | @@ -34,5 +39,6 @@ six==1.10.0 |
SQLAlchemy==1.1.5 | SQLAlchemy==1.1.5 | ||
vine==1.1.3 | vine==1.1.3 | ||
watchdog==0.8.3 | watchdog==0.8.3 | ||
wcwidth==0.1.7 | |||
Werkzeug==0.11.15 | Werkzeug==0.11.15 | ||
WTForms==2.1 | WTForms==2.1 |
Please register or sign in to comment