Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Feb 26, 2024
1 parent 57b6f96 commit fd8afc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions custom_components/integration_blueprint/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"domain": "integration_blueprint",
"name": "Integration blueprint",
"domain": "",
"name": "",
"codeowners": [
"@Limych"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/Limych/ha-blueprint",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Limych/ha-blueprint/issues",
"issue_tracker": "",
"requirements": [],
"version": "0.1.0"
}
"version": ""
}
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r requirements.txt
asynctest~=0.13
colorlog~=6.7
flake8~=6.1
flake8-docstrings~=1.7
mypy==1.7.0
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
colorlog==6.7.0
homeassistant>=2023.8.0
pip>=21.0,<23.2
ruff==0.0.292

0 comments on commit fd8afc1

Please sign in to comment.