]> granicus.if.org Git - esp-idf/blob - requirements.txt
Merge branch 'doc/review_api-ref_periph-sdmmc-host' into 'master'
[esp-idf] / requirements.txt
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 #
4 setuptools
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.
7 #
8 click>=5.0
9 pyserial>=3.0
10 future>=0.15.2
11 cryptography>=2.1.4
12 pyparsing>=2.0.3,<2.4.0
13 pyelftools>=0.22