forked from public/pysim
update pyyaml dependency to >= 5.1
5.1 was the version introducing pyyaml.FullLoader which we're using, see https://pyyaml.org/wiki/PyYAML#history Change-Id: I0f2fa08ceeac2759218e85ad5bdce3ef951d0b74
This commit is contained in:
@@ -18,7 +18,7 @@ fi
|
|||||||
virtualenv -p python3 venv --system-site-packages
|
virtualenv -p python3 venv --system-site-packages
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install pytlv
|
pip install pytlv
|
||||||
pip install pyyaml
|
pip install 'pyyaml>=5.1'
|
||||||
pip install cmd2==1.5
|
pip install cmd2==1.5
|
||||||
pip install jsonpath-ng
|
pip install jsonpath-ng
|
||||||
pip install construct
|
pip install construct
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ jsonpath-ng
|
|||||||
construct
|
construct
|
||||||
bidict
|
bidict
|
||||||
gsm0338
|
gsm0338
|
||||||
pyyaml
|
pyyaml>=5.1
|
||||||
|
|||||||
Reference in New Issue
Block a user