We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224a566 commit aae48b1Copy full SHA for aae48b1
pyproject.toml
@@ -19,15 +19,16 @@ packages = [{include = "roborock"}]
19
roborock = "roborock.cli:main"
20
21
[tool.poetry.dependencies]
22
-python = "^3.9"
+python = "^3.11"
23
click = ">=8"
24
aiohttp = "^3.8.2"
25
async-timeout = "*"
26
pycryptodome = ">=3.17,<3.19"
27
-pycryptodomex = {version = "~3.17.0", markers = "sys_platform == 'darwin'"}
+pycryptodomex = {version = ">=3.17,<3.19", markers = "sys_platform == 'darwin'"}
28
paho-mqtt = "~1.6.1"
29
dacite = "~1.8.0"
30
-construct = "^2.10.56"
+construct = "^2.10.68"
31
+alexapy = "^1.26.8"
32
33
34
[build-system]
0 commit comments