加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.txt 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chen Wu 提交于 2024-04-13 14:58 . fix: Fixed a compile error if no internet
# This is a list of python packages needed for ESP-AT. This file is used with pip.
# Please see the Compile and Develop section of the ESP-AT User Guide for further information.
#
setuptools>=21
# 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. Version 21 is required to handle PEP 508 environment markers.
#
cryptography>=2.1.4,<35
pycryptodome==3.15.0
idf-component-manager>=1.5.2
# ESP-AT requirements
pyyaml
xlrd
configparser
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化