加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.txt 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This is the pip requirements file for running PyInstaller.
# If you want to run the test you will also need to install what is
# defined in tests/requirements-tools.txt and for extensive testing
# also tests/requirements-libraries.txt.
setuptools
pefile; sys_platform == 'win32'
macholib; sys_platform == 'darwin'
altgraph
dis3; python_version < '3.0'
pywin32-ctypes; sys_platform == 'win32'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化