Skip to content

Commit

Permalink
Update dash version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelMiquelino committed Sep 24, 2019
1 parent 112221d commit a1722cd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 27 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ source venv/bin/activate

2. `pip install -r requirements.txt`
3. `flask run`
4. open http://127.0.0.1:5000 in your browser
4. open http://127.0.0.1:5000 in your browser or
5. `flask run --host=0.0.0.0` to open for external connections

### Contributing

Expand Down
42 changes: 16 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,24 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
# pip-compile requirements.in
#
certifi==2018.10.15 # via requests
chardet==3.0.4 # via requests
click==7.0 # via flask
dash-core-components==0.35.0
dash-html-components==0.13.2
dash-renderer==0.14.3 # via dash
dash==0.28.5
decorator==4.3.0 # via plotly, traitlets
dash-table==4.3.0 # via dash
dash==1.3.1
dash_core_components==1.2.1
dash_html_components==1.0.1
dash_renderer==1.1.0 # via dash
flask-compress==1.4.0 # via dash
flask-login==0.4.1
flask-sqlalchemy==2.3.2
flask==1.0.2 # via dash, flask-compress, flask-login, flask-sqlalchemy
idna==2.7 # via requests
ipython-genutils==0.2.0 # via nbformat, traitlets
itsdangerous==1.0.0 # via flask
jinja2==2.10 # via flask
jsonschema==2.6.0 # via nbformat
jupyter-core==4.4.0 # via nbformat
markupsafe==1.0 # via jinja2
nbformat==4.4.0 # via plotly
plotly==3.3.0 # via dash
pytz==2018.5 # via plotly
requests==2.20.0 # via plotly
flask-sqlalchemy==2.4.1
flask==1.1.1 # via dash, flask-compress, flask-login, flask-sqlalchemy
future==0.17.1 # via dash
itsdangerous==1.1.0 # via flask
jinja2==2.10.1 # via flask
markupsafe==1.1.1 # via jinja2
plotly==4.1.1 # via dash
retrying==1.3.3 # via plotly
six==1.11.0 # via plotly, retrying, traitlets
sqlalchemy==1.2.12
traitlets==4.3.2 # via jupyter-core, nbformat
urllib3==1.24 # via requests
werkzeug==0.14.1
six==1.12.0 # via plotly, retrying
sqlalchemy==1.3.8
werkzeug==0.16.0

0 comments on commit a1722cd

Please sign in to comment.