Jelajahi Sumber

Reorder dependencies

wheel is still having trouble building tinytuya
Jason Rumney 5 bulan lalu
induk
melakukan
3ee0b11dd8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"
 }