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

Tweak version requirements to suit HA Core

Nik Rolls 5 лет назад
Родитель
Сommit
bc189f065e

+ 1 - 1
custom_components/goldair_climate/manifest.json

@@ -4,6 +4,6 @@
   "documentation": "https://github.com/nikrolls/homeassistant-goldair-climate",
   "dependencies": [],
   "codeowners": ["@nikrolls"],
-  "requirements": ["pycrypto~=2.6.1", "pytuya~=7.0.5"],
+  "requirements": ["pytuya~=7.0.5"],
   "config_flow": true
 }

+ 6 - 6
requirements-dev.txt

@@ -1,7 +1,7 @@
-homeassistant~=0.110.1
-pycrypto~=2.6.1
-pytuya~=7.0.5
-pytest~=5.4.2
-pytest-cov~=2.9.0
+homeassistant~=0.110
+pycrypto~=2.6
+pytuya~=7.0
+pytest~=5.4
+pytest-cov~=2.9
 black~=19.10b0
-isort~=4.3.21
+isort~=4.3

+ 1 - 1
requirements-first.txt

@@ -1 +1 @@
-pycrypto~=2.6.1
+pycrypto~=2.6

+ 2 - 2
requirements.txt

@@ -1,2 +1,2 @@
-pycrypto~=2.6.1
-pytuya~=7.0.5
+pycrypto~=2.6
+pytuya~=7.0