Update modbus dependency

This commit is contained in:
Paulus Schoutsen 2015-08-08 21:42:17 -07:00
parent 60ade75031
commit b37471af68
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,8 @@ from homeassistant.const import (EVENT_HOMEASSISTANT_START,
DOMAIN = "modbus"
DEPENDENCIES = []
REQUIREMENTS = ['pymodbus>=1.2.0']
REQUIREMENTS = ['https://github.com/bashwork/pymodbus/archive/python3.zip'
'#pymodbus>=1.2.0']
# Type of network
MEDIUM = "type"

View file

@ -108,5 +108,5 @@ RPi.GPIO >=0.5.11
paho-mqtt>=1.1
# PyModbus (modbus)
pymodbus>=1.2.0
https://github.com/bashwork/pymodbus/archive/python3.zip#pymodbus>=1.2.0