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

Revert change to use pycryptodome 3.15.0

It seems HA 2022.6 has another dependency on 3.14.1, so initialisation fails.
requirements.txt is OK, as that is only used for tests.
Jason Rumney 4 лет назад
Родитель
Сommit
f9a461401e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      custom_components/tuya_local/manifest.json

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -7,6 +7,6 @@
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome~=3.15.0","tinytuya~=1.6.1"],
+    "requirements": ["pycryptodome~=3.14.1","tinytuya~=1.6.1"],
     "config_flow": true
 }