当前位置:网站首页>使用pipreqs导出项目所需的requirements.txt(而非整个环境)
使用pipreqs导出项目所需的requirements.txt(而非整个环境)
2022-08-03 07:30:00 【木尧大兄弟】
之前一直用pip freeze > requirements.txt
导出requirements.txt,优点是不用安装其他依赖,缺点是会将项目依赖的python环境中所有依赖都输出。
替代方案: 使用pipreqs
导出。
pip install pipreqs
pipreqs . --encoding=utf8 --force
安装并执行,如上所示,就会将requirements.tx输出到执行命令所在的目录。
如此清爽。再也不用担心安装一些乱七八糟的包了。
附上Dockerfile安装脚本:
RUN python -m pip install -r /xxxxx/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
边栏推荐
- pyspark @udf loop using variable problem
- LiveData 记录下 +
- Dapr 与 NestJs ,实战编写一个 Pub & Sub 装饰器
- 【多线程进阶】--- 常见锁策略,CAS,synchronized底层工作原理,JUC,线程安全的集合类,死锁
- Pyspark - an empty string is replaced by None
- 【图像去噪】基于matlab稀疏表示KSVD图像去噪【含Matlab源码 2016期】
- 数据仓库指标体系实践
- Postman will return to the interface to generate a json file to the local
- information_schema
- [ 漏洞复现篇 ] yapi 代码执行 getshell 漏洞复现详解
猜你喜欢
22-08-02 西安 尚医通(02)Vscode、ES6、nodejs、npm、Bable转码器
Daily practice of PMP | Do not get lost in the exam-8.2 (including agility + multiple choice)
如何使用电子邮件营销在五个步骤中增加产品评论
2022用户画像构建
How to choose a reliable and formal training institution for the exam in September?
【第1天】SQL快速入门-基础查询(SQL 小虚竹)
Windows安装MySQL(MIS)
基于SSM开发的的小区物业管理系统小程序源码
安全狗云原生安全能力全面亮相全球数字经济大会暨ISC互联网安全大会
jolt语法
随机推荐
Fortify白盒神器20.1.1下载及安装(非百度网盘)
华为设备配置BFD与接口联动(触发与BFD联动的接口物理状态变为Down)
分治法求解中位数
The ORB - SLAM2 extracting feature points
22-08-02 西安 尚医通(02)Vscode、ES6、nodejs、npm、Bable转码器
Detailed explanation of cause and effect diagram of test case design method
计算机网络常见面试题总结
Daily practice of PMP | Do not get lost in the exam-8.2 (including agility + multiple choice)
【图像去噪】基于matlab稀疏表示KSVD图像去噪【含Matlab源码 2016期】
pyspark---low frequency feature processing
Golang协程goroutine的调度与状态变迁分析
vs 2022无法安装 vc_runtimeMinmum_x86错误
Dapr 与 NestJs ,实战编写一个 Pub & Sub 装饰器
wordpress: 裁剪您的图片时发生错误
jolt语法
postman将接口返回结果生成json文件到本地
【图像边缘检测】基于matlab灰度图像的积累加权边缘检测【含Matlab源码 2010期】
从学生到职场的转变
HCIP笔记整理 2022/7/20
测试用例设计方法之因果图详解