mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
move requirements to single line to not to affect coverage
This commit is contained in:
parent
90681c2dc9
commit
100400f149
@ -31,8 +31,7 @@ SERVICE_PUBLISH = 'publish'
|
|||||||
EVENT_MQTT_MESSAGE_RECEIVED = 'MQTT_MESSAGE_RECEIVED'
|
EVENT_MQTT_MESSAGE_RECEIVED = 'MQTT_MESSAGE_RECEIVED'
|
||||||
|
|
||||||
DEPENDENCIES = []
|
DEPENDENCIES = []
|
||||||
REQUIREMENTS = ['paho-mqtt==1.1',
|
REQUIREMENTS = ['paho-mqtt==1.1', 'jsonpath-rw==1.4.0']
|
||||||
'jsonpath-rw==1.4.0']
|
|
||||||
|
|
||||||
CONF_BROKER = 'broker'
|
CONF_BROKER = 'broker'
|
||||||
CONF_PORT = 'port'
|
CONF_PORT = 'port'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user