Answers for "poetry add file"

1

poetry export requirements

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
Posted by: Guest on September-28-2020

Browse Popular Code Answers by Language