Skip to content
Snippets Groups Projects
Commit c8100b44 authored by Samuel GAIST's avatar Samuel GAIST Committed by André Anjos
Browse files

[buildout] Add develop configuration to have all sources at hand

parent eb29cd2b
No related branches found
No related tags found
1 merge request!275ZMQ refactoring
...@@ -7,6 +7,15 @@ eggs = beat.web ...@@ -7,6 +7,15 @@ eggs = beat.web
beat.cmdline beat.cmdline
beat.core beat.core
beat.backend.python beat.backend.python
versions = versions
[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
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
......
[buildout]
extends = common.cfg
always-checkout = force
versions = versions
develop = src/beat.backend.python
src/beat.core
src/beat.cmdline
.
[scripts]
eggs = ${buildout:eggs}
interpreter = python
[sources]
beat.core = git git@gitlab.idiap.ch:beat/beat.core egg=false
beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline egg=false
beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python egg=false
beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false
[bower]
base-directory = ./beat/web/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment