Skip to content

Instantly share code, notes, and snippets.

@david-batranu
Created February 22, 2018 13:02
Show Gist options
  • Select an option

  • Save david-batranu/c4af87c0c38f8c09848b19cb22617830 to your computer and use it in GitHub Desktop.

Select an option

Save david-batranu/c4af87c0c38f8c09848b19cb22617830 to your computer and use it in GitHub Desktop.
buildout-annotate
[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