Ver código fonte

Reorder dependencies

wheel is still having trouble building tinytuya
Jason Rumney 7 meses atrás
pai
commit
3ee0b11dd8
1 arquivos alterados com 1 adições e 1 exclusões
  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"
 }