Fix sighthound dependency issue (#33010)

This commit is contained in:
Robin 2020-03-19 19:34:15 +00:00 committed by GitHub
parent 62f2ee5f60
commit 9451920ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"name": "Sighthound", "name": "Sighthound",
"documentation": "https://www.home-assistant.io/integrations/sighthound", "documentation": "https://www.home-assistant.io/integrations/sighthound",
"requirements": [ "requirements": [
"pillow==7.0.0",
"simplehound==0.3" "simplehound==0.3"
], ],
"dependencies": [], "dependencies": [],

View File

@ -1017,6 +1017,7 @@ pilight==0.1.1
# homeassistant.components.proxy # homeassistant.components.proxy
# homeassistant.components.qrcode # homeassistant.components.qrcode
# homeassistant.components.seven_segments # homeassistant.components.seven_segments
# homeassistant.components.sighthound
# homeassistant.components.tensorflow # homeassistant.components.tensorflow
pillow==7.0.0 pillow==7.0.0

View File

@ -371,6 +371,14 @@ pexpect==4.6.0
# homeassistant.components.pilight # homeassistant.components.pilight
pilight==0.1.1 pilight==0.1.1
# homeassistant.components.doods
# homeassistant.components.proxy
# homeassistant.components.qrcode
# homeassistant.components.seven_segments
# homeassistant.components.sighthound
# homeassistant.components.tensorflow
pillow==7.0.0
# homeassistant.components.plex # homeassistant.components.plex
plexapi==3.3.0 plexapi==3.3.0