mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/add_requirements_for_espefuse' into 'master'
esp-idf: Update esptool and add reedsolo and bitstring into requirements.txt See merge request espressif/esp-idf!8641
This commit is contained in:
commit
8928cbb593
@ -1 +1 @@
|
||||
Subproject commit 91bdc71841d1b4e561e8e896405b58db86d5fd72
|
||||
Subproject commit 988b9a24414bba694ae9994728865148ee95848a
|
@ -14,6 +14,8 @@ pyelftools>=0.22
|
||||
gdbgui>=0.13.2.0
|
||||
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)
|
||||
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; sys_platform == 'win32'" would want to install the package on both of them. There is no environment
|
||||
|
Loading…
Reference in New Issue
Block a user