Created
November 7, 2024 17:22
-
-
Save LinuxIsCool/204b5ca1678aba4d83189369f10c3caa to your computer and use it in GitHub Desktop.
Generate requirements.txt from poetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
poetry export -f requirements.txt --without-hashes | sed 's/;.*//' > requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment