Skip to content

Instantly share code, notes, and snippets.

@killertilapia
Created September 14, 2023 04:36
Show Gist options
  • Save killertilapia/c622f5888461ed0cd61cf4ea38eb3c67 to your computer and use it in GitHub Desktop.
Save killertilapia/c622f5888461ed0cd61cf4ea38eb3c67 to your computer and use it in GitHub Desktop.
Command to generate requirements.txt without hashes. A requirements.txt file without hashes to decrease time to resolve dependencies.

$ poetry export --without-hashes --format=requirements.txt > requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment