mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
esptool: Update to v3.0 release version
This commit is contained in:
Submodule components/esptool_py/esptool updated: 456384ca33...4fa0bd7b0d
@@ -16,9 +16,12 @@ gdbgui==0.13.2.0
|
|||||||
# Windows is not supported since 0.14.0.0. See https://github.com/cs01/gdbgui/issues/348
|
# Windows is not supported since 0.14.0.0. See https://github.com/cs01/gdbgui/issues/348
|
||||||
pygdbmi<=0.9.0.2
|
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 copatible with latest gdbgui (>=0.13.2.0)
|
||||||
|
kconfiglib==13.7.1
|
||||||
|
|
||||||
|
# esptool requirements (see components/esptool_py/esptool/setup.py)
|
||||||
reedsolo>=1.5.3,<=1.5.4
|
reedsolo>=1.5.3,<=1.5.4
|
||||||
bitstring>=3.1.6
|
bitstring>=3.1.6
|
||||||
kconfiglib==13.7.1
|
ecdsa>=0.16.0
|
||||||
|
|
||||||
# windows-curses are required in Windows command line but cannot be installed in MSYS2. A requirement like
|
# 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
|
# "windows-curses; sys_platform == 'win32'" would want to install the package on both of them. There is no environment
|
||||||
|
Reference in New Issue
Block a user