pipreqs

使用pipreqs快速生成python项目依赖列表requirements.txt。

1
2
pip install pipreqs
pipreqs . --encoding=utf8 --force