mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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'
|
||||
|
||||
DEPENDENCIES = []
|
||||
REQUIREMENTS = ['paho-mqtt==1.1',
|
||||
'jsonpath-rw==1.4.0']
|
||||
REQUIREMENTS = ['paho-mqtt==1.1', 'jsonpath-rw==1.4.0']
|
||||
|
||||
CONF_BROKER = 'broker'
|
||||
CONF_PORT = 'port'
|
||||
|
Loading…
x
Reference in New Issue
Block a user