fix: dash version

This commit is contained in:
Florian Bezannier
2023-04-14 08:37:14 +02:00
parent 74c299aedf
commit 841ff73a24
+1 -1
View File
@@ -13,7 +13,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.7.0, <4.0.0"
paho-mqtt = ">=1.5.0"
dash = ">=2"
dash = ">=2, <2.9.0"
dash-daq = "^0.5.0"
plotly = ">=5"
cryptography = ">=2.6"