From 3877cb96d27ae16b31f51a18e2d6b91bb2145a85 Mon Sep 17 00:00:00 2001 From: Jaden Diefenbaugh <blakcap@users.noreply.github.com> Date: Thu, 23 Mar 2017 11:41:19 +0100 Subject: [PATCH] undo pinning versions --- buildout.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 53c024559..e88744cd5 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -86,9 +86,9 @@ eggs = alabaster wsgiref [sources] -beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline rev=v1.0.1 -beat.core = git git@gitlab.idiap.ch:beat/beat.core rev=v1.1.0 -beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python rev=v1.0.1 +beat.core = git git@gitlab.idiap.ch:beat/beat.core +beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline +beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false [scripts] -- GitLab