Clean up requirements (#7391)
This commit is contained in:
parent
f4f06af0c5
commit
570c5549a9
5 changed files with 11 additions and 15 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (CONF_MAC, CONF_NAME, EVENT_HOMEASSISTANT_STOP)
|
|||
|
||||
REQUIREMENTS = [
|
||||
'--only-binary=all ' # avoid compilation of gattlib
|
||||
'http://github.com/getSenic/nuimo-linux-python'
|
||||
'https://github.com/getSenic/nuimo-linux-python'
|
||||
'/archive/29fc42987f74d8090d0e2382e8f248ff5990b8c9.zip'
|
||||
'#nuimo==1.0.0']
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ from homeassistant.util import Throttle
|
|||
from homeassistant.util.temperature import celsius_to_fahrenheit
|
||||
|
||||
# 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'
|
||||
'#Adafruit_DHT==1.3.0']
|
||||
|
||||
|
|
|
@ -12,9 +12,7 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['https://github.com/TheRealLink/pythinkingcleaner'
|
||||
'/archive/v0.0.2.zip'
|
||||
'#pythinkingcleaner==0.0.2']
|
||||
REQUIREMENTS = ['pythinkingcleaner==0.0.3']
|
||||
|
||||
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
|
||||
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(milliseconds=100)
|
||||
|
|
|
@ -15,9 +15,7 @@ from homeassistant.helpers.entity import ToggleEntity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['https://github.com/TheRealLink/pythinkingcleaner'
|
||||
'/archive/v0.0.2.zip'
|
||||
'#pythinkingcleaner==0.0.2']
|
||||
REQUIREMENTS = ['pythinkingcleaner==0.0.3']
|
||||
|
||||
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
|
||||
MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(milliseconds=100)
|
||||
|
|
|
@ -11,7 +11,7 @@ async_timeout==1.2.0
|
|||
chardet==3.0.2
|
||||
|
||||
# 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
|
||||
# Adafruit_BBIO==1.0.0
|
||||
|
@ -245,15 +245,11 @@ hikvision==0.4
|
|||
# homeassistant.components.binary_sensor.workday
|
||||
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
|
||||
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
|
||||
|
||||
# homeassistant.components.sensor.thinkingcleaner
|
||||
# homeassistant.components.switch.thinkingcleaner
|
||||
https://github.com/TheRealLink/pythinkingcleaner/archive/v0.0.2.zip#pythinkingcleaner==0.0.2
|
||||
# homeassistant.components.sensor.dht
|
||||
# https://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.0
|
||||
|
||||
# homeassistant.components.media_player.braviatv
|
||||
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
|
||||
pysnmp==4.3.5
|
||||
|
||||
# homeassistant.components.sensor.thinkingcleaner
|
||||
# homeassistant.components.switch.thinkingcleaner
|
||||
pythinkingcleaner==0.0.3
|
||||
|
||||
# homeassistant.components.media_player.clementine
|
||||
python-clementine-remote==1.0.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue