Newer
Older
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
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
129
130
131
132
133
134
135
136
137
[buildout]
parts = syseggs scripts django node bower help
extensions = mr.developer
auto-checkout = *
develop = .
newest = false
eggs = beat.web
beat.cmdline
beat.core
beat.backend.python
versions = versions
[scripts]
recipe = bob.buildout:scripts
base-directory = beat/web
[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
jquery-file-upload#~9.14.0
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
mustache#2.3.0
raphael#~2.1.4
spectrum#~1.7.1
https://github.com/joshaven/string_score.git#~0.1.22
chosen-bootstrap#~1.1.0
angularjs#~1.6.4
angular-ui-router#~0.2.15
chartjs#~1.0.2
underscore#~1.8.3
datatables#~1.10.10
angular-ui-sortable#~0.14
angular-ui-codemirror
executable = ${buildout:bin-directory}/bower --config.interactive=false
downloads = static
[versions]
django = >=1.11,<2.0
django-rest-swagger = >2.1
django-guardian = >=1.3
djangorestframework = >3.7
django-activity-stream = >= 0.6.5
django-jsonfield = >= 1.0.1
[syseggs]
recipe = syseggrecipe
;force-sysegg = true
eggs = alabaster
babel
backports.shutil-get-terminal-size
click
click-plugins
colorlog
coverage
cycler
decorator
django
django-activity-stream
django-guardian
djangorestframework
django-rest-swagger
django-jsonfield
django-jsonfield-compat
docopt
docutils
funcsigs
functools32
graphviz
ipdb
ipython
ipython-genutils
imagesize
Jinja2
jsonschema
MarkupSafe
matplotlib
mock
numpy
oset
pathlib2
pbr
pexpect
pickleshare
pillow
pip
psutil
ptyprocess
psycopg2-binary
Pygments
pyparsing
python-archive
python-dateutil
pytz
PyYAML
pyzmq
simplegeneric
simplejson
six
snowballstemmer
Sphinx
sphinxcontrib-ansi
sphinxcontrib-httpdomain
sphinxcontrib-mscgen
sphinxcontrib-programoutput
sphinx-rtd-theme
termcolor
traitlets
uwsgi
[help]
base-path = .
recipe = collective.recipe.cmd
cmds = ${buildout:bin-directory}/sphinx-build ${help:base-path}/doc/user ${help:base-path}/beat/web/static/guide
uninstall_cmds = rm -rf ${help:base-path}/beat/web/static/guide
on_install = true
on_update = true