Merge pull request #1 from gernot-h/0x3dlux-fix-paho-mqtt

fix: stay with paho-mqtt 1.x due to breaking change in 2.0
This commit is contained in:
Andy
2024-02-16 00:02:02 +01:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.7.2, <4.0.0"
paho-mqtt = ">=1.5.0"
paho-mqtt = ">=1.5.0, <2.0.0"
dash = ">=2.9.0, <3.0.0"
dash-daq = "^0.5.0"
plotly = ">=5"