Added dependency on pycrypto
Crypto Dependency missing found on virtualenv install. Added to dependecy rainbird.pypull/9816/head
parent
f036bf9353
commit
7f97d166bf
|
@ -16,7 +16,7 @@ from homeassistant.const import (CONF_PLATFORM, CONF_SWITCHES, CONF_ZONE,
|
|||
from homeassistant.helpers import config_validation as cv
|
||||
from homeassistant.exceptions import PlatformNotReady
|
||||
|
||||
REQUIREMENTS = ['pyrainbird==0.1.0']
|
||||
REQUIREMENTS = ['pyrainbird==0.1.0','pycrypto>=2.6.0']
|
||||
|
||||
DOMAIN = 'rainbird'
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Reference in New Issue