Created
February 22, 2018 13:02
-
-
Save david-batranu/c4af87c0c38f8c09848b19cb22617830 to your computer and use it in GitHub Desktop.
buildout-annotate
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
| [pip-requirements] | |
| recipe = plone.recipe.command | |
| command = ${buildout:bin-directory}/buildout annotate |\ | |
| sed -n -e '1,/^\[versions\]$/d' -e '/^\[/,$d' -e '/^ /d' -e 's/= /==/' -e 'p' > requirements.txt | |
| update-command = ${:command} | |
| stop-on-error = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment