mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
move requirements to single line to not to affect coverage
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user