Skip to content

Instantly share code, notes, and snippets.

@LinuxIsCool
Created November 7, 2024 17:22
Show Gist options
  • Save LinuxIsCool/204b5ca1678aba4d83189369f10c3caa to your computer and use it in GitHub Desktop.
Save LinuxIsCool/204b5ca1678aba4d83189369f10c3caa to your computer and use it in GitHub Desktop.
Generate requirements.txt from poetry
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