Skip to content

Commit

Permalink
#98 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed Sep 26, 2022
1 parent 65dd3c9 commit a7df152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ classifiers =
# packages and package_dir in setup.py
python_requires = >= 3.8
install_requires =
dash >= 2.5.0
# Waiting for plotly/dash#2251 to be fixed
dash >= 2.5.0, <2.6.0
dash-bootstrap-components >= 1.1.0
Werkzeug < 2.1.0 # Waiting for upstream fix on dash part
flask >= 2.0.2
Expand Down

0 comments on commit a7df152

Please sign in to comment.