Skip to content

Commit

Permalink
Upgrade versions of Dash in Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
radumas committed Aug 19, 2019
1 parent 13bf9b1 commit bf8f6f4
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 165 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ url = "https://pypi.python.org/simple"

[packages]

dash = "==0.19.0"
dash-core-components = "==0.15.0rc1"
dash-html-components = "==0.8.0"
dash-renderer = "==0.11.0"
plotly = "==2.1.0"
dash = "==1.0.1"
dash-core-components = "==1.0.0"
dash-html-components = "==1.0.0"
dash-renderer = "==1.0.0"
plotly = "==3.7.0"
"psycopg2" = "*"
gunicorn = "*"
pandas = "*"
Expand Down
Loading

0 comments on commit bf8f6f4

Please sign in to comment.