mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
requirements.txt: allow cmd2 versions greater than 1.5
Since we now have fixed the compatibility issues with recent cmd2 versions, we may allow also versions greater than 1.5 in the requirements.txt Change-Id: I87702c5250a3660c84458939167bffdca9c06059
This commit is contained in:
@@ -37,7 +37,7 @@ Please install the following dependencies:
|
|||||||
- pyscard
|
- pyscard
|
||||||
- pyserial
|
- pyserial
|
||||||
- pytlv
|
- pytlv
|
||||||
- cmd2 >= 1.3.0 but < 2.0.0
|
- cmd2 >= 1.5.0
|
||||||
- jsonpath-ng
|
- jsonpath-ng
|
||||||
- construct >= 2.9.51
|
- construct >= 2.9.51
|
||||||
- bidict
|
- bidict
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
pyscard
|
pyscard
|
||||||
pyserial
|
pyserial
|
||||||
pytlv
|
pytlv
|
||||||
cmd2==1.5
|
cmd2>=1.5
|
||||||
jsonpath-ng
|
jsonpath-ng
|
||||||
construct>=2.9.51
|
construct>=2.9.51
|
||||||
bidict
|
bidict
|
||||||
|
|||||||
Reference in New Issue
Block a user