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

[buildout]
extends =
base.cfg
parts +=
omelette
robot
eggs +=
ipdb
[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]