diff --git a/buildout.cfg b/buildout.cfg index 61d8901..7e9ef41 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -5,14 +5,14 @@ parts = test develop = . extensions = mr.developer find-links = http://op:x9W3jZ@dist.quintagroup.com/op/ -auto-checkout = openprocurement.api openprocurement.tender.core openprocurement.tender.belowthreshold openprocurement.tender.openua +auto-checkout = openprocurement.api openprocurement.tender.core openprocurement.tender.belowthreshold openprocurement.tender.openua barbecue [sources] openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=production openprocurement.tender.core = git https://github.com/openprocurement/openprocurement.tender.core.git branch=production openprocurement.tender.belowthreshold = git https://github.com/openprocurement/openprocurement.tender.belowthreshold.git branch=production openprocurement.tender.openua = git https://github.com/openprocurement/openprocurement.tender.openua.git branch=production - +barbecue = git https://github.com/openprocurement/barbecue.git branch=production [test] recipe = zc.recipe.egg:scripts