Created
August 9, 2018 08:20
-
-
Save headsrooms/00b6891a73bbe0edce3d7bf0b3f08522 to your computer and use it in GitHub Desktop.
Makefile to generate requirements.txt from poetry
This file contains hidden or 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
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