requirements.txt 426 B

1234567891011
  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. pyserial>=3.0
  9. future>=0.15.2
  10. cryptography>=2.1.4
  11. pyparsing>=2.0.3