From b5eaf149919adc61bf7b1078b9dbb08fe250795f Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 29 Aug 2022 21:01:41 +0700 Subject: [PATCH] README.md,requirements.txt: add missing construct version info Change-Id: I90da0df431f0d7dbfa4aa428366fbf0e35db388f Related: OS#5666 --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e10820f2..75885fd8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Please install the following dependencies: - pytlv - cmd2 >= 1.3.0 but < 2.0.0 - jsonpath-ng - - construct + - construct >= 2.9.51 - bidict - gsm0338 diff --git a/requirements.txt b/requirements.txt index 320cc7a4..4f037da7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pyserial pytlv cmd2==1.5 jsonpath-ng -construct +construct>=2.9.51 bidict gsm0338 pyyaml>=5.1