[MERGE] Align to latest CLI dependancies (24553)
This commit is contained in:
parent
7fbb721630
commit
4cd2c2131a
2 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ if sys.version_info[0] != 3 or sys.version_info[1] < 9:
|
||||||
|
|
||||||
milc_version = __VERSION__.split('.')
|
milc_version = __VERSION__.split('.')
|
||||||
|
|
||||||
if int(milc_version[0]) < 2 and int(milc_version[1]) < 4:
|
if int(milc_version[0]) < 2 and int(milc_version[1]) < 9:
|
||||||
requirements = Path('requirements.txt').resolve()
|
requirements = Path('requirements.txt').resolve()
|
||||||
|
|
||||||
_eprint(f'Your MILC library is too old! Please upgrade: python3 -m pip install -U -r {str(requirements)}')
|
_eprint(f'Your MILC library is too old! Please upgrade: python3 -m pip install -U -r {str(requirements)}')
|
||||||
|
|
|
@ -6,7 +6,7 @@ dotty-dict
|
||||||
hid
|
hid
|
||||||
hjson
|
hjson
|
||||||
jsonschema>=4
|
jsonschema>=4
|
||||||
milc>=1.4.2
|
milc>=1.9.0
|
||||||
pygments
|
pygments
|
||||||
pyserial
|
pyserial
|
||||||
pyusb
|
pyusb
|
||||||
|
|
Loading…
Add table
Reference in a new issue