Skip to content

Commit

Permalink
Tweak version requirements to suit HA Core
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-ashley committed May 24, 2020
1 parent 9c42d85 commit bc189f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion custom_components/goldair_climate/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements-first.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pycrypto~=2.6.1
pycrypto~=2.6
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycrypto~=2.6.1
pytuya~=7.0.5
pycrypto~=2.6
pytuya~=7.0

0 comments on commit bc189f0

Please sign in to comment.