This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
74 lines (64 loc) · 1.71 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[buildout]
extensions = mr.developer buildout.environ
auto-checkout = *
show-picked-versions = true
sources-dir = dev/
extends = versions.cfg
develop = .
parts = workspace vscode omelette
[sources]
rulez = git https://github.com/morpframework/rulez.git
morpfw = git https://github.com/morpframework/morpfw.git
morpcc = git https://github.com/morpframework/morpcc.git
mfw_template = git https://github.com/morpframework/mfw-template.git
[app]
eggs = contrace
[workspace]
recipe = zc.recipe.egg
eggs =
${app:eggs}
morpfw
mfw-template
jedi
cython
mypy
black
pydocstyle
pylint
flake8
pytest
alembic
isort
gunicorn
interpreter = python
[vscode]
recipe = collective.recipe.vscode
eggs = ${workspace:eggs}
python-path = venv/bin/python
flake8-enabled = True
flake8-path = ${buildout:directory}/bin/flake8
pylint-enabled = True
pylint-path = ${buildout:directory}/bin/pylint
jedi-enabled = False
jedi-path = ${buildout:directory}/parts/omelette
isort-enabled = True
isort-path = ${buildout:directory}/bin/isort
mypy-enabled = True
mypy-path = ${buildout:directory}/bin/mypy
black-enabled = True
black-path = ${buildout:directory}/bin/black
autocomplete-use-omelette = True
generate-envfile = True
[omelette]
recipe = collective.recipe.omelette
eggs = ${workspace:eggs}
[elasticsearch]
recipe = hexagonit.recipe.download
url = https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.0-linux-x86_64.tar.gz
on-update = false
strip-top-level-dir = true
md5sum = fe28d0e891ca1e1c1dcabc10bb3b51bb
[rabbitmq]
recipe = hexagonit.recipe.download
url = https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.2/rabbitmq-server-generic-unix-3.8.2.tar.xz
on-update = false