setup: set minimum required versions for contruct and cmd2

* 'String' class renamed to 'PaddedString' in construct v2.9
* 'CommandSet' was introduced with with cmd2 v1.3.0

Change-Id: I170a9e896612086c4b0535cd6d950346897abc3b
This commit is contained in:
Martin Hauke 2021-04-30 14:43:44 +02:00
parent 278816251d
commit 0f1862799f
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ setup(
"pyscard",
"serial",
"pytlv",
"cmd2",
"cmd2 >= 1.3.0",
"jsonpath-ng",
"construct",
"construct >= 2.9",
],
scripts=[
'pySim-prog.py',