Upgrade py-cpuinfo to 0.1.8

This commit is contained in:
Fabian Affolter 2016-01-27 11:43:49 +01:00
parent c750f16275
commit b4070cfb78
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import logging
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['py-cpuinfo==0.1.6']
REQUIREMENTS = ['py-cpuinfo==0.1.8']
_LOGGER = logging.getLogger(__name__)