Disable pychromecast in requirements all because protobuf dep fails on CI

This commit is contained in:
Paulus Schoutsen 2015-12-17 09:16:36 -08:00
parent 04aa4ff3a8
commit 0369f5153e
3 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,8 @@ import re
COMMENT_REQUIREMENTS = [
'RPi.GPIO',
'Adafruit_Python_DHT'
'Adafruit_Python_DHT',
'pychromecast==0.6.12'
]