Upgrade psutil to 4.3.1 (#3223)
This commit is contained in:
parent
26eba4cb1a
commit
9530c7366b
2 changed files with 4 additions and 5 deletions
|
@ -8,14 +8,13 @@ import logging
|
|||
|
||||
import voluptuous as vol
|
||||
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
from homeassistant.const import (CONF_RESOURCES, STATE_OFF, STATE_ON)
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.const import (CONF_RESOURCES, STATE_OFF, STATE_ON)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['psutil==4.3.0']
|
||||
REQUIREMENTS = ['psutil==4.3.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -270,7 +270,7 @@ pmsensor==0.3
|
|||
proliphix==0.3.1
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==4.3.0
|
||||
psutil==4.3.1
|
||||
|
||||
# homeassistant.components.wink
|
||||
# homeassistant.components.binary_sensor.wink
|
||||
|
|
Loading…
Add table
Reference in a new issue