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
|
|
|
#
|
2018-09-07 02:44:19 -04:00
|
|
|
setuptools
|
|
|
|
# The setuptools package is required to install source distributions and on some systems is not installed by default.
|
|
|
|
# Please keep it as the first item of this list.
|
|
|
|
#
|
2019-04-10 12:06:52 -04:00
|
|
|
click>=5.0
|
2018-08-15 03:52:07 -04:00
|
|
|
pyserial>=3.0
|
2018-09-29 06:00:12 -04:00
|
|
|
future>=0.15.2
|
2018-11-16 00:57:00 -05:00
|
|
|
cryptography>=2.1.4
|
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
|