mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Clean up requirements (#7391)
This commit is contained in:
parent
f4f06af0c5
commit
570c5549a9
@ -15,7 +15,7 @@ from homeassistant.const import (CONF_MAC, CONF_NAME, EVENT_HOMEASSISTANT_STOP)
|
|||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'--only-binary=all ' # avoid compilation of gattlib
|
'--only-binary=all ' # avoid compilation of gattlib
|
||||||
'http://github.com/getSenic/nuimo-linux-python'
|
'https://github.com/getSenic/nuimo-linux-python'
|
||||||
'/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip'
|
'/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip'
|
||||||
'#nuimo==1.0.0']
|
'#nuimo==1.0.0']
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ from homeassistant.util import Throttle
|
|||||||
from homeassistant.util.temperature import celsius_to_fahrenheit
|
from homeassistant.util.temperature import celsius_to_fahrenheit
|
||||||
|
|
||||||
# Update this requirement to upstream as soon as it supports Python 3.
|
# Update this requirement to upstream as soon as it supports Python 3.
|
||||||
REQUIREMENTS = ['http://github.com/adafruit/Adafruit_Python_DHT/archive/'
|
REQUIREMENTS = ['https://github.com/adafruit/Adafruit_Python_DHT/archive/'
|
||||||
'da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip'
|
'da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip'
|
||||||
'#Adafruit_DHT==1.3.0']
|
'#Adafruit_DHT==1.3.0']
|
||||||
|
|
||||||
|
@ -12,9 +12,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/TheRealLink/pythinkingcleaner'
|
REQUIREMENTS = ['pythinkingcleaner==0.0.3']
|
||||||
'/archive/v0.0.2.zip'
|
|
||||||
'#pythinkingcleaner==0.0.2']
|
|
||||||
|
|
||||||
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
|
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
|
||||||
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(milliseconds=100)
|
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(milliseconds=100)
|
||||||
|
@ -15,9 +15,7 @@ from homeassistant.helpers.entity import ToggleEntity
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/TheRealLink/pythinkingcleaner'
|
REQUIREMENTS = ['pythinkingcleaner==0.0.3']
|
||||||
'/archive/v0.0.2.zip'
|
|
||||||
'#pythinkingcleaner==0.0.2']
|
|
||||||
|
|
||||||
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
|
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
|
||||||
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(milliseconds=100)
|
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(milliseconds=100)
|
||||||
|
@ -11,7 +11,7 @@ async_timeout==1.2.0
|
|||||||
chardet==3.0.2
|
chardet==3.0.2
|
||||||
|
|
||||||
# homeassistant.components.nuimo_controller
|
# homeassistant.components.nuimo_controller
|
||||||
--only-binary=all http://github.com/getSenic/nuimo-linux-python/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip#nuimo==1.0.0
|
--only-binary=all https://github.com/getSenic/nuimo-linux-python/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip#nuimo==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.bbb_gpio
|
# homeassistant.components.bbb_gpio
|
||||||
# Adafruit_BBIO==1.0.0
|
# Adafruit_BBIO==1.0.0
|
||||||
@ -245,15 +245,11 @@ hikvision==0.4
|
|||||||
# homeassistant.components.binary_sensor.workday
|
# homeassistant.components.binary_sensor.workday
|
||||||
holidays==0.8.1
|
holidays==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.dht
|
|
||||||
# http://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.0
|
|
||||||
|
|
||||||
# homeassistant.components.switch.dlink
|
# homeassistant.components.switch.dlink
|
||||||
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
|
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
|
||||||
|
|
||||||
# homeassistant.components.sensor.thinkingcleaner
|
# homeassistant.components.sensor.dht
|
||||||
# homeassistant.components.switch.thinkingcleaner
|
# https://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.0
|
||||||
https://github.com/TheRealLink/pythinkingcleaner/archive/v0.0.2.zip#pythinkingcleaner==0.0.2
|
|
||||||
|
|
||||||
# homeassistant.components.media_player.braviatv
|
# homeassistant.components.media_player.braviatv
|
||||||
https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7
|
https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7
|
||||||
@ -624,6 +620,10 @@ pysma==0.1.3
|
|||||||
# homeassistant.components.sensor.snmp
|
# homeassistant.components.sensor.snmp
|
||||||
pysnmp==4.3.5
|
pysnmp==4.3.5
|
||||||
|
|
||||||
|
# homeassistant.components.sensor.thinkingcleaner
|
||||||
|
# homeassistant.components.switch.thinkingcleaner
|
||||||
|
pythinkingcleaner==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.media_player.clementine
|
# homeassistant.components.media_player.clementine
|
||||||
python-clementine-remote==1.0.1
|
python-clementine-remote==1.0.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user