This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
collective.contact.core/buildout.cfg

21 lines
299 B
INI
Raw Normal View History

2012-12-13 08:02:04 +01:00
[buildout]
extends =
2013-01-08 11:42:54 +01:00
base.cfg
parts +=
omelette
robot
eggs +=
ipdb
2013-03-25 10:31:01 +01:00
2012-12-13 08:02:04 +01:00
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[robot]
recipe = zc.recipe.egg
eggs =
collective.contact.core
ecreall.helpers.testing
Pillow
plone.app.robotframework[ride,reload]