📌  相关文章
📜  如何生成 requirements.txt django - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:01.749000             🧑  作者: Mango

代码示例2
# First:
pip install pipreqs

# Then:
pipreqs path/to/project

# There is now a requirements.txt file in the project folder.