1# This is a list of python packages needed for ESP-IDF. This file is used with pip. 2# Please see the Get Started section of the ESP-IDF Programming Guide for further information. 3# 4setuptools>=21 5# The setuptools package is required to install source distributions and on some systems is not installed by default. 6# Please keep it as the first item of this list. Version 21 is required to handle PEP 508 environment markers. 7# 8click>=7.0 9pyserial>=3.0 10future>=0.15.2 11cryptography>=2.1.4 12pyparsing>=2.0.3,<2.4.0 13pyelftools>=0.22 14 15gdbgui==0.13.2.0 16# 0.13.2.1 supports Python 3.6+ only 17# Windows is not supported since 0.14.0.0. See https://github.com/cs01/gdbgui/issues/348 18pygdbmi<=0.9.0.2 19# The pygdbmi required max version 0.9.0.2 since 0.9.0.3 is not compatible with latest gdbgui (>=0.13.2.0) 20python-socketio<5; python_version<="2.7" 21 22kconfiglib==13.7.1 23 24# esptool requirements (see components/esptool_py/esptool/setup.py) 25reedsolo>=1.5.3,<=1.5.4 26bitstring>=3.1.6 27ecdsa>=0.16.0 28python-socketio<5; python_version<="2.7" 29 30# espcoredump requirements 31# This is the last version supports both 2.7 and 3.4 32construct==2.10.54 33 34# windows-curses are required in Windows command line but cannot be installed in MSYS2. A requirement like 35# "windows-curses; sys_platform == 'win32'" would want to install the package on both of them. There is no environment 36# marker for detecting MSYS2. So instead, a dummy custom package is used with "windows-curses" dependency for Windows 37# command line. 38file://${IDF_PATH}/tools/kconfig_new/esp-windows-curses; sys_platform == 'win32' 39