dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/32632
)
Change subject: requirements.txt: allow cmd2 versions greater than 1.5
......................................................................
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
---
M requirements.txt
1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/32/32632/1
diff --git a/requirements.txt b/requirements.txt
index bfdbd62..fb94472 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
pyscard
pyserial
pytlv
-cmd2==1.5
+cmd2>=1.5
jsonpath-ng
construct>=2.9.51
bidict
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/32632
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I87702c5250a3660c84458939167bffdca9c06059
Gerrit-Change-Number: 32632
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange