Skip to content

Commit b5018cb

Browse files
committed
Actually until SungrowModbusTcpClient is updated I'll just set a max version on pymodbus.
1 parent 0e54401 commit b5018cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
install_requires=[
1818
'ruamel.yaml>=0.16.12',
1919
'paho-mqtt>=1.5.0',
20-
'pymodbus>=2.3.0',
20+
'pymodbus>=2.3.0,<3.0.0',
2121
'click>=6.7',
22-
'SungrowModbusTcpClient>=0.1.7',
22+
'SungrowModbusTcpClient>=0.1.6',
2323
],
2424
tests_require=[
2525
'nose2>=0.9.2',

0 commit comments

Comments
 (0)