Skip to content

Instantly share code, notes, and snippets.

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