📜  诗歌导出要求 - 无论代码示例

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

代码示例1
poetry export -f requirements.txt -o requirements.txt
# to exprot your poetry names to 'requirements.txt'
## it sometimes used in python project and you want to connect it with Docker