mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
core dump: add extra pip dependency construct==2.10.54
This commit is contained in:
parent
be71f5050d
commit
4e8497dda6
@ -16,7 +16,7 @@ gdbgui==0.13.2.0
|
||||
# 0.13.2.1 supports Python 3.6+ only
|
||||
# Windows is not supported since 0.14.0.0. See https://github.com/cs01/gdbgui/issues/348
|
||||
pygdbmi<=0.9.0.2
|
||||
# The pygdbmi required max version 0.9.0.2 since 0.9.0.3 is not copatible with latest gdbgui (>=0.13.2.0)
|
||||
# The pygdbmi required max version 0.9.0.2 since 0.9.0.3 is not compatible with latest gdbgui (>=0.13.2.0)
|
||||
python-socketio<5; python_version<="2.7"
|
||||
|
||||
kconfiglib==13.7.1
|
||||
@ -26,6 +26,10 @@ reedsolo>=1.5.3,<=1.5.4
|
||||
bitstring>=3.1.6
|
||||
ecdsa>=0.16.0
|
||||
|
||||
# espcoredump requirements
|
||||
# This is the last version supports both 2.7 and 3.4
|
||||
construct==2.10.54
|
||||
|
||||
# windows-curses are required in Windows command line but cannot be installed in MSYS2. A requirement like
|
||||
# "windows-curses; sys_platform == 'win32'" would want to install the package on both of them. There is no environment
|
||||
# marker for detecting MSYS2. So instead, a dummy custom package is used with "windows-curses" dependency for Windows
|
||||
|
Loading…
Reference in New Issue
Block a user