Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.web
Commits
c8100b44
Commit
c8100b44
authored
6 years ago
by
Samuel GAIST
Committed by
André Anjos
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[buildout] Add develop configuration to have all sources at hand
parent
eb29cd2b
No related branches found
No related tags found
1 merge request
!275
ZMQ refactoring
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common.cfg
+9
-0
9 additions, 0 deletions
common.cfg
develop.cfg
+21
-0
21 additions, 0 deletions
develop.cfg
with
30 additions
and
0 deletions
common.cfg
+
9
−
0
View file @
c8100b44
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
develop.cfg
0 → 100644
+
21
−
0
View file @
c8100b44
[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/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment