Bumped Amcrest version (#8624)

This commit is contained in:
Marcelo Moreira de Mello 2017-07-24 02:46:23 -04:00 committed by Paulus Schoutsen
parent 5d810dae86
commit 3fec2955a5
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ from homeassistant.const import (
from homeassistant.helpers import discovery
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['amcrest==1.2.0']
REQUIREMENTS = ['amcrest==1.2.1']
DEPENDENCIES = ['ffmpeg']
_LOGGER = logging.getLogger(__name__)

View file

@ -61,7 +61,7 @@ aiopvapi==1.4
alarmdecoder==0.12.3
# homeassistant.components.amcrest
amcrest==1.2.0
amcrest==1.2.1
# homeassistant.components.media_player.anthemav
anthemav==1.1.8