pipreqs: 项目依赖 pip36 install pipreqs 生成依赖文件 pipreqs ./ 在根目录下生成 安装依赖文件 pip36 install -r requirements.txt