登录 注册
当前位置:主页 > 资源下载 > 5 > scott-freeze: 对python执行冻结操

scott-freeze: 对python执行冻结操

  • 更新:2024-11-16 11:10:44
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

斯科特冻结 保留requirements.in与未固定或松散固定的需求,让scott 将它们冻结到requirements.txt以进行测试和部署: $ cat requirements.in flask>0.9 $ scott-freeze requirements.in > requirements.txt $ cat requirements.txt # Generated file. Please do not edit manually # # `requirements.in` contains direct dependencies (and may be >version instead # of ==version) This file is a list of dependencies and _their_ dependencies, # completely fr