fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/29228 )
Change subject: README.md,requirements.txt: add missing construct version info ......................................................................
README.md,requirements.txt: add missing construct version info
Change-Id: I90da0df431f0d7dbfa4aa428366fbf0e35db388f Related: OS#5666 --- M README.md M requirements.txt 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/28/29228/1
diff --git a/README.md b/README.md index e10820f..75885fd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ - 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 320cc7a..4f037da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytlv cmd2==1.5 jsonpath-ng -construct +construct>=2.9.51 bidict gsm0338 pyyaml>=5.1