move requirements to single line to not to affect coverage

pull/647/head
Oliver van Porten 2015-11-22 16:28:21 +01:00
parent 90681c2dc9
commit 100400f149
1 changed files with 1 additions and 2 deletions

View File

@ -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'