Update pyproject.toml

solve version missmatch
This commit is contained in:
Felix
2024-08-30 09:11:45 +02:00
committed by GitHub
parent 7706625a42
commit 830c03b4d9
+1 -1
View File
@@ -11,7 +11,7 @@ include = [
]
[tool.poetry.dependencies]
python = ">=3.7.2, <4.0.0"
python = ">=3.9, <4.0.0"
paho-mqtt = ">=1.5.0, <2.0.0"
dash = ">=2.9.0, <3.0.0"
dash-daq = "^0.5.0"