-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
36 lines (31 loc) · 1.22 KB
/
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
31
32
33
34
35
36
[buildout]
extends = versions.cfg
newest = false
parts = test
develop = .
extensions = mr.developer
auto-checkout =
openprocurement.api
openprocurement.relocation.core
openprocurement.tender.core
openprocurement.tender.belowthreshold
openprocurement.tender.limited
find-links = http://op:x9W3jZ@dist.quintagroup.com/op/
index = https://pypi.python.org/simple
[sources]
openprocurement.api = git https://github.com/mepps-md/openprocurement.api.git branch=master
openprocurement.relocation.core = git https://github.com/mepps-md/openprocurement.relocation.core.git branch=master
openprocurement.tender.core = git https://github.com/mepps-md/openprocurement.tender.core.git branch=master
openprocurement.tender.belowthreshold = git https://github.com/mepps-md/openprocurement.tender.belowthreshold.git branch=master
openprocurement.tender.limited = git https://github.com/mepps-md/openprocurement.tender.limited.git branch=master
[test]
recipe = zc.recipe.egg:scripts
dependent-scripts = true
eggs =
openprocurement.relocation.tenders [test]
openprocurement.tender.core
openprocurement.tender.belowthreshold
openprocurement.tender.limited
openprocurement.relocation.core
openprocurement.api
nose