Newer
Older
[buildout]
parts = sysegg scripts django node bower help
extensions = mr.developer
auto-checkout = *
eggs = beat.core
beat.cmdline
beat.backend.python
beat.web
ipdb
coverage
pip
newest = false
develop = .
versions = versions
[versions]
django-guardian = >=1.4
djangorestframework = >=3.3
django-activity-stream = >= 0.6.1
[sysegg]
recipe = syseggrecipe
;force-sysegg = true
eggs = alabaster
django_rest_swagger
django_jsonfield
docopt
docutils
funcsigs
functools32
graphviz
matplotlib
mysqlclient
mock
numpy
oset
pbr
Pillow
pip
psutil
psycopg2
pyparsing
python_dateutil
pytz
PyYAML
pyzmq
simplejson
six
snowballstemmer
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[sources]
beat.core = git git@gitlab.idiap.ch:beat/beat.core
beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline
beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python
beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false
cpulimit = git https://github.com/opsengine/cpulimit rev=v0.2 egg=false
[scripts]
recipe = bob.buildout:scripts
[django]
recipe = djangorecipe
project = beat
settings = web.settings.settings
eggs = ${buildout:eggs}
django
[node]
recipe = gp.recipe.node
npms = bower
scripts = bower
[bower]
recipe = bowerrecipe
packages = jquery#~1.11.3
jquery-dateFormat#~1.0.2
jquery-ui#~1.10.4
jquery.cookie#~1.4.1
fontawesome#~4.5.0
codemirror#~5.10.0
bootstrap#~3.3.6
bootstrap3-dialog#~1.34.9
bootstrap3-typeahead#~4.0.0
bootstrap-datepicker#~1.5.1
mousetrap#~1.5.3
raphael#~2.1.4
spectrum#~1.7.1
git@github.com:joshaven/string_score#~0.1.22
chosen-bootstrap#~1.1.0
angularjs#~1.4.5
angular-ui-router#~0.2.15
chartjs#~1.0.2
underscore#~1.8.3
datatables#~1.10.10
executable = ${buildout:bin-directory}/bower
base-directory = beat/web
downloads = static
[help]
recipe = collective.recipe.cmd
cmds = ${buildout:bin-directory}/sphinx-build doc/user beat/web/static/guide
uninstall_cmds = rm -rf beat/web/static/guide
on_install = true
on_update = true