Disable pychromecast in requirements all because protobuf dep fails on CI
This commit is contained in:
parent
04aa4ff3a8
commit
0369f5153e
3 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,8 @@ import re
|
|||
|
||||
COMMENT_REQUIREMENTS = [
|
||||
'RPi.GPIO',
|
||||
'Adafruit_Python_DHT'
|
||||
'Adafruit_Python_DHT',
|
||||
'pychromecast==0.6.12'
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue