diff --git a/components/esptool_py/esptool b/components/esptool_py/esptool index 456384ca33..4fa0bd7b0d 160000 --- a/components/esptool_py/esptool +++ b/components/esptool_py/esptool @@ -1 +1 @@ -Subproject commit 456384ca330f7bee6510d1690f89465845d705e8 +Subproject commit 4fa0bd7b0d1f69f5ff22b043adc07c5e562a8931 diff --git a/requirements.txt b/requirements.txt index 4b07c671b7..bd16e8e02b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 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) +kconfiglib==13.7.1 + +# esptool requirements (see components/esptool_py/esptool/setup.py) reedsolo>=1.5.3,<=1.5.4 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; sys_platform == 'win32'" would want to install the package on both of them. There is no environment