소스 검색

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 년 전
부모
커밋
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",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "dependencies": [],
     "codeowners": ["@make-all"],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome~=3.15.0","tinytuya~=1.6.1"],
+    "requirements": ["pycryptodome~=3.14.1","tinytuya~=1.6.1"],
     "config_flow": true
     "config_flow": true
 }
 }