Skip to content
Snippets Groups Projects
buildout.cfg 497 B
[buildout]
extends = common.cfg
index = https://pypi.org/simple
eggs += ipdb
        coverage
        pip
        autopep8

[sources]
beat.core = git git@gitlab.idiap.ch:beat/beat.core
beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline branch=1.4.x
beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python
beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false

[node]
npms += protractor
scripts += protractor webdriver-manager

[bower]
base-directory = beat/web