Skip to content

Commit

Permalink
Update modbus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Aug 9, 2015
1 parent 60ade75 commit b37471a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion homeassistant/components/modbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b37471a

Please sign in to comment.