fix incorrect requirements

This commit is contained in:
Oliver van Porten 2015-11-22 16:19:08 +01:00
parent dbcd055cfe
commit 90681c2dc9

View File

@ -31,7 +31,7 @@ SERVICE_PUBLISH = 'publish'
EVENT_MQTT_MESSAGE_RECEIVED = 'MQTT_MESSAGE_RECEIVED'
DEPENDENCIES = []
REQUIREMENTS = ['paho-mqtt==1.1'
REQUIREMENTS = ['paho-mqtt==1.1',
'jsonpath-rw==1.4.0']
CONF_BROKER = 'broker'