esptool: Update to v3.0 release version

This commit is contained in:
Angus Gratton 2020-11-05 10:37:03 +11:00 committed by bot
parent 33e7784806
commit 479acb2210
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit 456384ca330f7bee6510d1690f89465845d705e8
Subproject commit 4fa0bd7b0d1f69f5ff22b043adc07c5e562a8931

View File

@ -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