mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
esp-idf: Update esptool and add reedsolo and bitstring into requirements.txt
They are necessary for espefuse.py from esptool v3.0.
This commit is contained in:
committed by
Angus Gratton
parent
695f075a13
commit
86a73de9b3
Submodule components/esptool_py/esptool updated: 91bdc71841...988b9a2441
@@ -14,6 +14,8 @@ pyelftools>=0.22
|
|||||||
gdbgui>=0.13.2.0
|
gdbgui>=0.13.2.0
|
||||||
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)
|
||||||
|
reedsolo==1.5.3
|
||||||
|
bitstring>=3.1.6
|
||||||
|
|
||||||
# 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