mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Upgrade psutil to 5.0.0 (#4275)
This commit is contained in:
parent
67336a111b
commit
8cc5fc1369
@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['psutil==4.4.2']
|
REQUIREMENTS = ['psutil==5.0.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -315,7 +315,7 @@ pmsensor==0.3
|
|||||||
proliphix==0.4.0
|
proliphix==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.systemmonitor
|
# homeassistant.components.sensor.systemmonitor
|
||||||
psutil==4.4.2
|
psutil==5.0.0
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
pubnub==3.8.2
|
pubnub==3.8.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user