-
Samuel GAIST authored
Other package version constraints have been removed as they where there to ensure either that the dependency was new or old enough to work with either the Django version used or the Python version available on the system.
Samuel GAIST authoredOther package version constraints have been removed as they where there to ensure either that the dependency was new or old enough to work with either the Django version used or the Python version available on the system.
common.cfg 1.41 KiB
[buildout]
parts = scripts node bower django
extensions = mr.developer
auto-checkout = *
newest = false
eggs = beat.web
beat.cmdline
beat.core
beat.backend.python
versions = versions
[versions]
django = >=3.0,<4.0
[scripts]
recipe = bob.buildout:scripts
base-directory = beat/web
[django]
recipe = djangorecipe
project = beat
settings = web.settings.settings
eggs = ${buildout:eggs}
[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
bootstrap-toggle#~2.2.2
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
angular-filter#~0.5.8
executable = ${buildout:bin-directory}/bower --config.interactive=false
downloads = static