aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-05-05 14:01:28 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2023-05-17 17:30:49 +0200
commitf8a3d2b3db86a9644e0585c954d36bd87c454494 (patch)
tree0f82982e1d410a47f08fa1d73d40ec6fd7f7d41e /requirements.txt
parent961b803ec4b04e83fdec54b03c9d3345de17c3d0 (diff)
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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