poetry export requirements.txt dev code example
Example: 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