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

View File

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