Skip to content

Commit

Permalink
latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Apr 20, 2020
1 parent fd0caf0 commit 73fc235
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dpd-static-support==0.0.4
dash_bootstrap_components==0.7.2
whitenoise==4.1.4
buzz>=3.1.0
flask==1.1.1
flask==1.1.2
dash==1.9.1
dash-core-components==1.8.1
dash-html-components==1.0.2
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ def read(fname):
install_requires=[
"buzz>=3.0.10",
"python-dotenv==0.10.3",
"flask==1.1.1",
"dash==1.1.1",
"dash-core-components==1.1.1",
"dash-html-components==1.0.0",
"dash-renderer==1.0.0",
"dash-table==4.1.0",
"flask==1.1.2",
"dash==1.9.1",
"dash-core-components==1.8.1",
"dash-html-components==1.0.2",
"dash-renderer==1.2.4",
"dash-table==4.6.1",
"dash-daq==0.1.7",
],
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
]
],
)

0 comments on commit 73fc235

Please sign in to comment.