poetry export -f requirements.txt -o requirements.txt --without-hashes

Category: Python & pip

poetry export -f requirements.txt -o requirements.txt --without-hashes

Export the lockfile as a pip-compatible requirements.txt

Exports the lockfile as a pip-compatible requirements.txt without hashes, for use with plain pip.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.