From d0ff45500b32006559a70eac56c823266af6375d Mon Sep 17 00:00:00 2001 From: "J.J.Barrancos" Date: Wed, 11 Oct 2017 15:45:07 +0200 Subject: [PATCH] Fixed dependency version --- homeassistant/components/switch/rainbird.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/rainbird.py b/homeassistant/components/switch/rainbird.py index 5ec5608830b..a55a0f71948 100644 --- a/homeassistant/components/switch/rainbird.py +++ b/homeassistant/components/switch/rainbird.py @@ -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','pycrypto>=2.6.0'] +REQUIREMENTS = ['pyrainbird==0.1.0','pycrypto==2.6.1'] DOMAIN = 'rainbird' _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 1ad3ff54c8c..206784e6477 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -688,7 +688,7 @@ pyqwikswitch==0.4 # homeassistant.components.switch.rainbird pyrainbird==0.1.0 -pycrypto>=2.6.0 +pycrypto==2.6.1 # homeassistant.components.climate.sensibo pysensibo==1.0.1