Просмотр исходного кода

Reorder dependencies

wheel is still having trouble building tinytuya
Jason Rumney 9 месяцев назад
Родитель
Сommit
3ee0b11dd8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      custom_components/tuya_local/manifest.json

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -15,9 +15,9 @@
         "tinytuya"
     ],
     "requirements": [
+        "cryptography>=45.0.0"
         "git+https://github.com/jasonacox/tinytuya.git@v2.0.0-async",
         "tuya-device-sharing-sdk~=0.2.1",
-        "cryptography>=45.0.0"
     ],
     "version": "2025.9.1-async-experimental"
 }