Skip to content

Instantly share code, notes, and snippets.

@headsrooms
Created August 9, 2018 08:20
Show Gist options
  • Save headsrooms/00b6891a73bbe0edce3d7bf0b3f08522 to your computer and use it in GitHub Desktop.
Save headsrooms/00b6891a73bbe0edce3d7bf0b3f08522 to your computer and use it in GitHub Desktop.
Makefile to generate requirements.txt from poetry
requirements.txt: pyproject.lock
poetry run pip freeze > $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment