📜  诗歌添加特定版本 - Python 代码示例

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

代码示例2
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