2018-08-23 05:16:56 -04:00
|
|
|
# This is a list of python packages needed for ESP-IDF. This file is used with pip.
|
|
|
|
# Please see the Get Started section of the ESP-IDF Programming Guide for further information.
|
2018-08-15 03:52:07 -04:00
|
|
|
#
|
2019-11-04 09:43:13 -05:00
|
|
|
setuptools>=21
|
2018-09-07 02:44:19 -04:00
|
|
|
# The setuptools package is required to install source distributions and on some systems is not installed by default.
|
2019-11-04 09:43:13 -05:00
|
|
|
# Please keep it as the first item of this list. Version 21 is required to handle PEP 508 environment markers.
|
2018-09-07 02:44:19 -04:00
|
|
|
#
|
2020-11-25 20:35:05 -05:00
|
|
|
click>=7.0
|
2021-02-01 05:40:03 -05:00
|
|
|
pyserial>=3.3
|
2018-09-29 06:00:12 -04:00
|
|
|
future>=0.15.2
|
2021-08-13 03:11:42 -04:00
|
|
|
|
2018-11-16 00:57:00 -05:00
|
|
|
cryptography>=2.1.4
|
2021-08-13 03:11:42 -04:00
|
|
|
--only-binary cryptography
|
|
|
|
# Only binary for cryptography is here to make it work on ARMv7 architecture
|
|
|
|
# We do have cryptography binary on https://dl.espressif.com/pypi for ARM
|
|
|
|
# On https://pypi.org/ are no ARM binaries as standard now
|
|
|
|
|
2019-04-17 03:57:42 -04:00
|
|
|
pyparsing>=2.0.3,<2.4.0
|
2018-12-12 12:38:23 -05:00
|
|
|
pyelftools>=0.22
|
2021-05-05 06:10:41 -04:00
|
|
|
idf-component-manager>=0.2.99-beta
|
2020-12-09 07:27:01 -05:00
|
|
|
|
2020-08-26 02:40:05 -04:00
|
|
|
gdbgui==0.13.2.0
|
|
|
|
# 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
|
2019-07-23 15:37:31 -04:00
|
|
|
pygdbmi<=0.9.0.2
|
2021-01-19 00:39:43 -05:00
|
|
|
# The pygdbmi required max version 0.9.0.2 since 0.9.0.3 is not compatible with latest gdbgui (>=0.13.2.0)
|
2021-04-27 08:27:22 -04:00
|
|
|
# A compatible Socket.IO should be used. See https://github.com/miguelgrinberg/python-socketio/issues/578
|
|
|
|
python-socketio<5
|
2020-12-09 07:27:01 -05:00
|
|
|
|
2020-11-04 18:37:03 -05:00
|
|
|
# esptool requirements (see components/esptool_py/esptool/setup.py)
|
2020-07-14 05:35:37 -04:00
|
|
|
reedsolo>=1.5.3,<=1.5.4
|
2020-05-07 04:32:50 -04:00
|
|
|
bitstring>=3.1.6
|
2020-11-04 18:37:03 -05:00
|
|
|
ecdsa>=0.16.0
|
2019-07-23 15:37:31 -04:00
|
|
|
|
2021-01-19 00:39:43 -05:00
|
|
|
# espcoredump requirements
|
|
|
|
# This is the last version supports both 2.7 and 3.4
|
|
|
|
construct==2.10.54
|
|
|
|
|
2021-11-09 07:10:56 -05:00
|
|
|
# kconfig & menuconfig support
|
|
|
|
kconfiglib==13.7.1
|
|
|
|
windows-curses; sys_platform == 'win32'
|