Fix alarmdotcom requirement 0.0.7 removed

Looks like alarmdotcom just released 0.1.1 and deleted 0.0.7 which is
breaking our build.
This commit is contained in:
Dan Smith 2016-02-17 08:41:46 -08:00
parent 966b83f648
commit 96dde18ae3
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,8 @@ _LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['https://github.com/Xorso/pyalarmdotcom'
'/archive/0.0.7.zip'
'#pyalarmdotcom==0.0.7']
'/archive/0.1.1.zip'
'#pyalarmdotcom==0.1.1']
DEFAULT_NAME = 'Alarm.com'