Add requirements files

This commit is contained in:
Jules 2023-12-27 11:18:38 +01:00
parent 2644ba3bd5
commit ad65e3132e
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 7 additions and 0 deletions

4
requirements.txt Normal file
View file

@ -0,0 +1,4 @@
aiohttp==3.9.1
async_timeout==4.0.3
homeassistant==2023.12.3
voluptuous==0.13.1

3
requirements_tests.txt Normal file
View file

@ -0,0 +1,3 @@
homeassistant==2023.12.3
pytest==7.4.3
pytest_homeassistant_custom_component==0.13.85