Created
May 7, 2024 20:15
-
-
Save LinuxIsCool/0f960dc828545835dde7c6908b319186 to your computer and use it in GitHub Desktop.
Create simple requriements file from poetry environment
This file contains 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