mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-26 10:17:18 +00:00
feat: migrate to dash 4.0 and add timeout for all requests
This commit is contained in:
committed by
Florian BEZANNIER
parent
e505a2a163
commit
90bc4a25f1
+2
-2
@@ -13,8 +13,8 @@ include = [
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.11, <4.0.0"
|
||||
paho-mqtt = ">=1.5.0, <2.0.0"
|
||||
dash = ">=2.9.0, <3.0.0"
|
||||
dash-daq = "^0.5.0"
|
||||
dash = ">=4.0.0, <5.0.0"
|
||||
dash-daq = "^0.6.0"
|
||||
plotly = ">=5"
|
||||
cryptography = ">=2.6"
|
||||
Werkzeug = ">=1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user