-
Notifications
You must be signed in to change notification settings - Fork 11
/
buildout.cfg
30 lines (27 loc) · 1020 Bytes
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[buildout]
extends = versions.cfg
newest = false
parts = test
develop = .
find-links = http://op:x9W3jZ@dist.quintagroup.com/op/
index = https://pypi.python.org/simple
extensions = mr.developer
auto-checkout = *
[test]
recipe = zc.recipe.egg:scripts
dependent-scripts = true
eggs =
openregistry.assets.basic
openregistry.assets.core
openprocurement.api [test]
openprocurement.schemas.dgf
schematics-flexible
nose
[remotes]
gh=https://github.com/
gh_push=git@github.com:
[sources]
openprocurement.api = git ${remotes:gh}openprocurement/openprocurement.api.git pushurl=${remotes:gh_push}openprocurement/openprocurement.api.git branch=ea_core_master
openregistry.assets.core = git ${remotes:gh}openprocurement/openregistry.assets.core.git pushurl=${remotes:gh_push}openprocurement/openregistry.assets.core.git
schematics-flexible = git https://github.com/openprocurement/schematics-flexible.git
openprocurement.schemas.dgf = git https://github.com/openprocurement/openprocurement.schemas.dgf.git