mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: Fix requirements incompatible with Python 2
This commit is contained in:
parent
1584ccf834
commit
dc98d0aeee
@ -11,11 +11,14 @@ future>=0.15.2
|
|||||||
cryptography>=2.1.4
|
cryptography>=2.1.4
|
||||||
pyparsing>=2.0.3,<2.4.0
|
pyparsing>=2.0.3,<2.4.0
|
||||||
pyelftools>=0.22
|
pyelftools>=0.22
|
||||||
|
|
||||||
gdbgui==0.13.2.0
|
gdbgui==0.13.2.0
|
||||||
# 0.13.2.1 supports Python 3.6+ only
|
# 0.13.2.1 supports Python 3.6+ only
|
||||||
# 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)
|
||||||
|
python-socketio<5; python_version<="2.7"
|
||||||
|
|
||||||
kconfiglib==13.7.1
|
kconfiglib==13.7.1
|
||||||
|
|
||||||
# esptool requirements (see components/esptool_py/esptool/setup.py)
|
# esptool requirements (see components/esptool_py/esptool/setup.py)
|
||||||
|
Loading…
Reference in New Issue
Block a user