1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Make DEPENDENCIES optional for components

This commit is contained in:
Paulus Schoutsen
2015-11-26 13:11:59 -08:00
parent 2861bbb02c
commit fabd0ced3f
36 changed files with 10 additions and 47 deletions

View File

@@ -9,7 +9,6 @@ https://home-assistant.io/components/rfxtrx/
import logging
from homeassistant.util import slugify
DEPENDENCIES = []
REQUIREMENTS = ['https://github.com/Danielhiversen/pyRFXtrx/archive/0.2.zip' +
'#RFXtrx==0.2']