From 6e9ebc2d047490e7fd286b38f7d83b9dd3f84131 Mon Sep 17 00:00:00 2001 From: Aaron Brown Date: Sun, 6 Nov 2022 19:57:48 +1000 Subject: [PATCH] Limit pymodbus to the latest known working version (2.5.3) until the scripts are updated to be compatible with pymodbus 3.x --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5543fc..944825f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pymodbus>=2.4.0 +pymodbus==2.5.3 dpkt>=1.9.4 configparser>=4.0.2 requests>=2.25.1