-
Notifications
You must be signed in to change notification settings - Fork 11
/
buildout.cfg
29 lines (25 loc) · 881 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
[buildout]
extends = versions.cfg
newest = false
parts = test
develop = .
extensions = mr.developer
auto-checkout =
openprocurement.api
openprocurement.auctions.core
openprocurement.schemas.dgf
schematics-flexible
find-links = http://op:[email protected]/op/
index = https://pypi.python.org/simple
[test]
recipe = zc.recipe.egg:scripts
dependent-scripts = true
eggs =
openprocurement.api [test]
openprocurement.auctions.flash
nose
[sources]
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=ea_core_master
openprocurement.auctions.core = git https://github.com/openprocurement/openprocurement.auctions.core.git
schematics-flexible = git https://github.com/openprocurement/schematics-flexible.git
openprocurement.schemas.dgf = git https://github.com/openprocurement/openprocurement.schemas.dgf.git